Skip to content

Commit

Permalink
Use slim version of super-linter
Browse files Browse the repository at this point in the history
All required linters are part of the slim variant: https://github.com/super-linter/super-linter?tab=readme-ov-file#super-linter-variants

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Jun 27, 2024
1 parent 9cb20ff commit efe234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/[email protected]
uses: super-linter/super-linter/slim@v6.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_KOTLIN: true
Expand Down

0 comments on commit efe234d

Please sign in to comment.