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.
spellcheck
shfmt
1 parent 3b90a28 commit 734a0a8Copy full SHA for 734a0a8
.github/workflows/validation.yaml
@@ -24,13 +24,13 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Lint with shellcheck
27
- uses: ludeeus/action-shellcheck@master
+ uses: ludeeus/action-shellcheck@2.0.0
28
env:
29
SHELLCHECK_OPTS: -s sh
30
with:
31
ignore_names: offloadcoredata usei2p usetor
32
- name: Lint with shfmt
33
- uses: luizm/action-sh-checker@master
+ uses: luizm/action-sh-checker@v0.8.0
34
35
SHFMT_OPTS: -i 2 -sr
36
@@ -87,7 +87,7 @@ jobs:
87
path: spellcheck-output.txt
88
89
pause-if-master-commit:
90
- name: Refresh cache on master
+ name: Pause on master commits
91
runs-on: ubuntu-latest
92
93
- name: Sleep for the cache-control max-age duration
0 commit comments