Skip to content

Commit

Permalink
chore: ignore tests file when running norminette
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsu325 committed Jun 23, 2022
1 parent f2d996c commit 1d95729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run norminette
run: |
LOGS=$(mktemp)
norminette $(find -regex '.*/.*\.\(c\|h\)$' -not -path '*/test/*') | tee $LOGS
norminette $(find -regex '.*/.*\.\(c\|h\)$' -not -path '*/tests/*') | tee $LOGS
echo "ERRORS=$(grep -E 'Error|Warning|KO!' $LOGS | wc -l)" >> $GITHUB_ENV
- name: Checks norminette
run: |
Expand Down

0 comments on commit 1d95729

Please sign in to comment.