We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f7d3e commit 7ff84b9Copy full SHA for 7ff84b9
.github/workflows/shellcheck.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-22.04
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
17
- name: Run shellcheck
18
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
19
20
- name: Checkout repository
21
22
23
# TODO: setup any tooling that is required to run the tests (optional)
24
# E.g. install a specific version of a programming language
0 commit comments