Skip to content

Commit

Permalink
CI: exclude old codebase on format CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 16, 2024
1 parent fc909b1 commit 3e1b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt-get install -y clang-format-18
- name: poac fmt
run: ./build-out/poac fmt --check --verbose
run: ./build-out/poac fmt --check --verbose --exclude srcOld --exclude testsOld
env:
POAC_FMT: clang-format-18

Expand Down

0 comments on commit 3e1b731

Please sign in to comment.