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 e40083b commit 2e9f477
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 @@ -14,3 +14,4 @@ jobs:
uses: ludeeus/action-shellcheck@1.0.0
with:
severity: style
continue-on-error: true

0 comments on commit 2e9f477

Please sign in to comment.