Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 7, 2021
1 parent 1a8d2be commit eb7ce68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
uses: actions/checkout@v2

- name: Lint Code Base
uses: docker://github/super-linter:v3
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: .*css/.*
VALIDATE_ANSIBLE: false
VALIDATE_EDITORCONFIG: false
Expand Down

0 comments on commit eb7ce68

Please sign in to comment.