Skip to content

Commit

Permalink
update node, add docker & bash linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Sep 12, 2022
1 parent 5b032e0 commit 3b24e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: shellcheck
reporter: github-pr-review
level: warning
path: .
pattern: '*.sh'
Expand All @@ -30,6 +30,7 @@ jobs:
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review
level: warning
fail_on_error: true
hadolint_ignore: DL3016 DL3018 # Ignore pinning apk and npm packages to specific version with @

0 comments on commit 3b24e06

Please sign in to comment.