We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6237e9f commit d2065b4Copy full SHA for d2065b4
1 file changed
.github/workflows/shfmt.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
paths:
6
- "**/*.sh"
7
+ - ".github/workflows/shfmt.yml"
8
9
permissions:
10
contents: read
@@ -20,4 +21,5 @@ jobs:
20
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- - run: shellcheck *.sh
24
+ - name: Run ShellCheck
25
+ uses: bewuethr/shellcheck-action@80bac2daa9fcf95d648200a793d00060857e6dc4 # v2.3.0
0 commit comments