Skip to content

Commit 6e14dbe

Browse files
author
tylertitsworth
committed
update fix tags
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 6c4c276 commit 6e14dbe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lint.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
- uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
4343
env:
4444
# To report GitHub Actions status checks
45+
FIX_HTML_PRETTIER: false
46+
FIX_JSON: true
47+
FIX_MARKDOWN_PRETTIER: false
48+
FIX_PYTHON_BLACK: true
49+
FIX_PYTHON_PINK: false
50+
FIX_PYTHON_RUST: false
51+
FIX_SHELL_SHFMT: true
52+
FIX_YAML_PRETTIER: true
4553
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4654
GITHUB_ACTIONS_COMMAND_ARGS: '-ignore SC.*'
4755
VALIDATE_BASH_EXEC: false

0 commit comments

Comments
 (0)