Skip to content

Commit

Permalink
Fix clojure lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent 1a40f1e commit ea435d3
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 @@ -60,4 +60,12 @@ jobs:
with:
image: cpp-lint:latest
options: -v ${{ github.workspace }}:/code -e LINT_FIX=1
run: ./scripts/lint-clj.sh
run: |
cpplint \
--quiet \
--recursive \
--extensions=cpp \
--filter="-legal/copyright,-runtime/arrays" .
scripts/run-clang-format.py \
--clang-format-executable=clang-format \
-r .;

0 comments on commit ea435d3

Please sign in to comment.