Skip to content

Commit

Permalink
Don't block PRs on "shellcheck" warnings
Browse files Browse the repository at this point in the history
Temporary workaround until https://github.com/actions/toolkit/issues/399
is implemented.
  • Loading branch information
eliasp committed Dec 18, 2020
1 parent f5ee9c0 commit 8f99ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.0.0
continue-on-error: true
with:
severity: style

0 comments on commit 8f99ef6

Please sign in to comment.