mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
chore: Add version constraint for lint action
This commit is contained in:
parent
fe47a4b165
commit
b57371edf3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue