Skip to content

Commit

Permalink
Do not prettify nim runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesnoff committed Jul 8, 2024
1 parent 571677f commit b352b88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- name: Fail if needs reformatting
run: |
echo ".nim_runtime" > .gitignore
if [[ $(git status --porcelain) ]]; then
echo "please reformat/prettyfy these files:"
git status --porcelain=v1
rm -vf .gitignore
exit 1
fi
rm -vf .gitignore
...

0 comments on commit b352b88

Please sign in to comment.