Skip to content

Commit

Permalink
Remove --quiet so we can see what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Mar 29, 2024
1 parent d9babc8 commit cc115f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: npm run format

- name: Check for dirty working tree
run: git diff-files --quiet
run: git diff-files

0 comments on commit cc115f6

Please sign in to comment.