Skip to content

Commit

Permalink
Fix paths in formatting check
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
kbieganski committed Sep 24, 2024
1 parent b42c408 commit 1855442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
PATH="$PWD/build:$PWD/scripts:$PATH"
make -j"$(nproc)" -O -k -C tests/ --no-print-directory
- name: Check formatting
run: .ci-scripts/cpp-fmt-check *.cpp *.hpp
run: .ci-scripts/cpp-fmt-check source/*.cpp source/*.hpp

0 comments on commit 1855442

Please sign in to comment.