diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index f1d359434..6a2977fbc 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -22,7 +22,6 @@ jobs: - name: Lint Code Base uses: super-linter/super-linter/slim@v7.1.0 env: - VALIDATE_BASH: true # VALIDATE_BASH_EXEC: true VALIDATE_DOCKERFILE_HADOLINT: true # VALIDATE_EDITORCONFIG: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef45c6a60..d93cc4ed8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,6 +72,10 @@ repos: args: [--config=.github/linters/mlc_config.json, -q] types: [markdown] files: \.md$ + - repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.10.0.1 + hooks: + - id: shellcheck - repo: https://github.com/adrienverge/yamllint rev: v1.35.1 hooks: