Skip to content

Commit

Permalink
add lint to build
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Dec 13, 2023
1 parent 77f77fc commit c4e86eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
submodules: true

- name: lint
run: CHECK_FORMAT=1 ./run_clang_format.sh
continue-on-error: true

- name: run unit tests
run: bazel test //test:all --test_tag_filters=-vcan

Expand Down

0 comments on commit c4e86eb

Please sign in to comment.