Skip to content

Commit ffdc21f

Browse files
committed
chore(ci): limit shellcheck to ./libevm
1 parent c06a2ad commit ffdc21f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/shellcheck.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Shellcheck
1+
name: shellcheck
22

33
on:
4+
push:
5+
branches: [main, "release/**"]
46
pull_request:
5-
branches: [main]
6-
paths:
7-
- "**/*.sh"
7+
branches: [main, "release/**"]
8+
workflow_dispatch:
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,4 +17,6 @@ jobs:
1617
steps:
1718
- uses: actions/checkout@v4
1819
- name: Run ShellCheck
19-
uses: ludeeus/action-shellcheck@master
20+
uses: ludeeus/[email protected]
21+
with:
22+
scandir: './scripts'

0 commit comments

Comments
 (0)