Skip to content

Commit 4c64e89

Browse files
committed
Schellcheck linter
1 parent 2e2f035 commit 4c64e89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/shellcheck.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Shell check
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
jobs:
8+
shellcheck:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: read
13+
steps:
14+
- uses: actions/checkout@v4
15+
- name: Shell check
16+
run: make shellcheck

0 commit comments

Comments
 (0)