Skip to content

Commit

Permalink
trying diff detector
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 28, 2024
1 parent 2dd627d commit 52357e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
bazelrc: |
build --color=yes
build --show_timestamps
- run: touch /tmp/pre_fmt
- name: Format Repository
run: bazel run //:format
- name: Detect Diff
run: find . -newer /tmp/pre_fmt

0 comments on commit 52357e2

Please sign in to comment.