Skip to content

Smaller cleanups from the swap queues change #73

Smaller cleanups from the swap queues change

Smaller cleanups from the swap queues change #73

Workflow file for this run

# Run clang-format
name: Clang-format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: HorstBaerbel/action-clang-format@1.5
with:
extensions: 'c,h,cpp'