Skip to content

Update actions/checkout action to v4 #293

Update actions/checkout action to v4

Update actions/checkout action to v4 #293

Workflow file for this run

# Run clang-format
name: Clang-format
on: [push, pull_request]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format
uses: HorstBaerbel/action-clang-format@1.4