mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update weekly-supelinter.yaml
This commit is contained in:
7
.github/workflows/weekly-supelinter.yaml
vendored
7
.github/workflows/weekly-supelinter.yaml
vendored
@@ -16,11 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run shfmt on all .sh files
|
|
||||||
run: |
|
|
||||||
sudo apt-get update && sudo apt-get install -y shfmt
|
|
||||||
shfmt -i 2 -ln=bash -w .
|
|
||||||
|
|
||||||
- name: Run Super Linter
|
- name: Run Super Linter
|
||||||
uses: super-linter/super-linter/slim@main
|
uses: super-linter/super-linter/slim@main
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@@ -34,7 +29,7 @@ jobs:
|
|||||||
FILTER_REGEX_EXCLUDE: .github/workflows/.*
|
FILTER_REGEX_EXCLUDE: .github/workflows/.*
|
||||||
FIX_ENV: true
|
FIX_ENV: true
|
||||||
FIX_HTML_PRETTIER: true
|
FIX_HTML_PRETTIER: true
|
||||||
#FIX_SHELL_SHFMT: true
|
FIX_SHELL_SHFMT: true
|
||||||
FIX_YAML_PRETTIER: true
|
FIX_YAML_PRETTIER: true
|
||||||
FIX_JSON: true
|
FIX_JSON: true
|
||||||
#FIX_JSON_PRETTIER: true
|
#FIX_JSON_PRETTIER: true
|
||||||
|
|||||||
Reference in New Issue
Block a user