Skip to content

Smaller cleanups from the swap queues change (#34) #74

Smaller cleanups from the swap queues change (#34)

Smaller cleanups from the swap queues change (#34) #74

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/[email protected]
with:
extensions: 'c,h,cpp'