Merge pull request #105 from angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.5.0

Bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
This commit is contained in:
Stanislas 2020-07-29 10:42:15 +02:00 committed by GitHub
commit b6f09e7e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: ludeeus/action-shellcheck@0.4.1
uses: ludeeus/action-shellcheck@0.5.0
env:
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001