Skip to content

Commit bb93d0b

Browse files
authored
Update super-linter.yml
1 parent dc21f03 commit bb93d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
DEFAULT_WORKSPACE: ./src/
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
# Code diff vs all code
23-
# VALIDATE_ALL_CODEBASE: false # si git diff only
24-
VALIDATE_ALL_CODEBASE: false #Tout le code à chaque fois
23+
# VALIDATE_ALL_CODEBASE: false # si git diff only
24+
VALIDATE_ALL_CODEBASE: true #Tout le code à chaque fois
2525

2626
#Les langages linté
2727
VALIDATE_HTML: true

0 commit comments

Comments
 (0)