Skip to content

Commit

Permalink
restricting dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 28, 2024
1 parent 5d5ef2e commit 2b36aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Format Repository
run: bazel run //:format
- name: Detect Diff
run: find . -newer /tmp/pre_fmt
run: find ./config ./src ./tools -newer /tmp/pre_fmt

0 comments on commit 2b36aaa

Please sign in to comment.