Skip to content

Commit

Permalink
Change run command
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent 5eae009 commit 10224c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ jobs:
with:
image: c-lint:latest
options: -v ${{ github.workspace }}:/code -e LINT_FIX=1
run: ls
run: |
cpplint \
--quiet \
--recursive \
--extensions=c \
--filter="-legal/copyright,-runtime/arrays,-readability/casting" .
scripts/run-clang-format.py \
--clang-format-executable=clang-format \
-r .; \

0 comments on commit 10224c8

Please sign in to comment.