Skip to content

Commit

Permalink
STYLE: Explicitly enable black linting for super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 16, 2021
1 parent dbda6ab commit 4fdae98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_PYTHON_BLACK: true
VALIDATE_YAML: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4fdae98

Please sign in to comment.