Skip to content

Commit

Permalink
ci(style) force color on diff to help highlight whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 2, 2021
1 parent 6282996 commit 04f47ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: python code-format.py
working-directory: scripts
- name: Check that repository is clean
run: git diff --exit-code || (echo "Please apply the preceding diff to your code or run scripts/code-format.sh"; false)
run: git diff --exit-code --color=always || (echo "Please apply the preceding diff to your code or run scripts/code-format.sh"; false)

0 comments on commit 04f47ea

Please sign in to comment.