Skip to content

Commit

Permalink
update check rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 15, 2024
1 parent 9695e8b commit 36da650
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:

- name: Run ShellCheck 🐚
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x --source-path=scripts -e SC1091 -e SC2001 -e SC2002 -e SC2034 -e SC2064 -e SC2153 -e SC2317 -e SC2028

- name: Lint Dockerfile 🐋
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@master
with:
dockerfile: Dockerfile
ignore: DL3008
failure-threshold: warning

0 comments on commit 36da650

Please sign in to comment.