We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce416f + e229807 commit aca4d54Copy full SHA for aca4d54
2 files changed
.github/workflows/shellcheck.yml
@@ -13,7 +13,7 @@ jobs:
13
name: shellcheck
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
17
- name: run shellcheck
18
uses: ludeeus/action-shellcheck@master
19
with:
.github/workflows/shellspec.yml
name: shellspec
- name: install shellspec
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes
- name: run shellspec using bash
0 commit comments