Skip to content

Commit 4fdae98

Browse files
committed
STYLE: Explicitly enable black linting for super-linter
1 parent dbda6ab commit 4fdae98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: github/super-linter@v3
2222
env:
2323
VALIDATE_ALL_CODEBASE: false
24-
VALIDATE_JSCPD: false
24+
VALIDATE_PYTHON_BLACK: true
25+
VALIDATE_YAML: true
2526
DEFAULT_BRANCH: master
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)