Skip to content

Commit d2065b4

Browse files
committed
ci: use bewuethr/shellcheck-action instead of dated Runner version
1 parent 6237e9f commit d2065b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/shfmt.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- "**/*.sh"
7+
- ".github/workflows/shfmt.yml"
78

89
permissions:
910
contents: read
@@ -20,4 +21,5 @@ jobs:
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23-
- run: shellcheck *.sh
24+
- name: Run ShellCheck
25+
uses: bewuethr/shellcheck-action@80bac2daa9fcf95d648200a793d00060857e6dc4 # v2.3.0

0 commit comments

Comments
 (0)