Skip to content

Commit 490434e

Browse files
authored
Create shell-check.yml
1 parent d1b90a9 commit 490434e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/shell-check.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
6+
name: "Trigger: Push action"
7+
permissions: {}
8+
9+
jobs:
10+
shellcheck:
11+
name: Shellcheck
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- name: Run ShellCheck
16+
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)