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 a0dad39
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: RafikFarhad/clang-format-github-action@v1.0.1
with:
style: "Google"

0 comments on commit a0dad39

Please sign in to comment.