Skip to content

Commit 7262e9e

Browse files
committed
github: Add shellcheck + shellfmt action.
1 parent 68eb914 commit 7262e9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/shell-test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Shell check and lint
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
9+
jobs:
10+
shellcheck:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v5
14+
- uses: luizm/action-sh-checker@master

0 commit comments

Comments
 (0)