Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Lint with shellcheck
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@2.0.0
env:
SHELLCHECK_OPTS: -s sh
with:
ignore_names: offloadcoredata usei2p usetor
- name: Lint with shfmt
uses: luizm/action-sh-checker@master
uses: luizm/action-sh-checker@v0.8.0
env:
SHFMT_OPTS: -i 2 -sr
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
path: spellcheck-output.txt

pause-if-master-commit:
name: Refresh cache on master
name: Pause on master commits
runs-on: ubuntu-latest
steps:
- name: Sleep for the cache-control max-age duration
Expand Down