Skip to content

Commit

Permalink
fix(linter): use full version
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Aug 1, 2023
1 parent c4e91cc commit 590ae51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v5.2.0
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_SHELL_SHFMT: false
Expand All @@ -49,6 +49,6 @@ jobs:
# TODO: hadolint can be activated after this PR is accepted, merged and a new version is tagged https://github.com/github/super-linter/pull/3500
VALIDATE_DOCKERFILE_HADOLINT: false
TYPESCRIPT_DEFAULT_STYLE: prettier
LOG_LEVEL: DEBUG
LOG_LEVEL: WARN
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 590ae51

Please sign in to comment.