Skip to content

Commit

Permalink
apply formatter to cmake directory and CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jun 21, 2024
1 parent 52e53c4 commit 1113b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Run checker on code
run: |
./scripts/format.sh benchmarks examples include src test
./scripts/format.sh CMakeLists.txt benchmarks cmake examples include src test
- name: Run git diff to see if anything changed
run: /usr/bin/git diff --name-only --exit-code
Expand Down

0 comments on commit 1113b46

Please sign in to comment.