Skip to content

Commit

Permalink
Lint les nouveaux fichiers
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Sep 20, 2021
1 parent 3b8a2a5 commit 5892243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true # Only new or edited files
VALIDATE_ALL_CODEBASE: false # Only new or edited files
VALIDATE_JSCPD: false # Copy/paste detection
VALIDATE_GITHUB_ACTIONS: false # Due to shellcheck SC2086 issues
VALIDATE_MARKDOWN: false # Due to multiple headings issue
Expand Down

0 comments on commit 5892243

Please sign in to comment.