Skip to content

Commit

Permalink
Add clang-format linter to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Nov 22, 2021
1 parent 77d317a commit fbdc294
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
run: make all
- name: test
run: make check

fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jidicula/clang-format-action@v4.3.0
with:
fallback-style: "Google"

0 comments on commit fbdc294

Please sign in to comment.