mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update onpush_superlinter.yml
This commit is contained in:
24
.github/workflows/onpush_superlinter.yml
vendored
24
.github/workflows/onpush_superlinter.yml
vendored
@@ -45,12 +45,30 @@ jobs:
|
||||
|
||||
- name: Run Super Linter
|
||||
uses: super-linter/super-linter/slim@main
|
||||
continue-on-error: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_CHECKOV: false
|
||||
VALIDATE_PYTHON_PYLINT: false
|
||||
VALIDATE_JSCPD: false
|
||||
VALIDATE_NATURAL_LANGUAGE: false
|
||||
FILTER_REGEX_EXCLUDE: .github/workflows/.*
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
FIX_ENV: true
|
||||
FIX_HTML_PRETTIER: true
|
||||
FIX_SHELL_SHFMT: true
|
||||
FIX_YAML_PRETTIER: true
|
||||
FIX_JSON: true
|
||||
#FIX_JSON_PRETTIER: true
|
||||
FIX_MARKDOWN: true
|
||||
#FIX_MARKDOWN_PRETTIER: true
|
||||
FIX_PYTHON_BLACK: true
|
||||
FIX_PYTHON_ISORT: true
|
||||
FIX_PYTHON_RUFF: true
|
||||
|
||||
- name: Commit and push linting fixes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "chore: fix linting issues"
|
||||
commit_user_name: super-linter
|
||||
commit_user_email: super-linter@super-linter.dev
|
||||
|
||||
Reference in New Issue
Block a user