2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 18:48:58 +00:00

chore: Add version constraint for lint action

This commit is contained in:
Lev 2021-11-09 14:52:44 +03:00 committed by GitHub
parent fe47a4b165
commit b57371edf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ludeeus/action-shellcheck@master - uses: ludeeus/action-shellcheck@1.1.0
env: env:
SHELLCHECK_OPTS: -x SHELLCHECK_OPTS: -x