Skip to content

Commit 09429f5

Browse files
committed
add shellcheck github workflow
1 parent 36ce3a2 commit 09429f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: test
22
on: [push]
33
jobs:
4+
lint:
5+
name: shellcheck
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: Run Shellcheck
11+
uses: ludeeus/action-shellcheck@master
412

513
alpine:
614
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)