Skip to content

Commit cf38172

Browse files
shellcheck workflow (#14)
1 parent 575b13c commit cf38172

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/shellcheck.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: shellcheck
2+
3+
on: [push, pull_request, workflow_dispatch]
4+
5+
jobs:
6+
shellcheck:
7+
name: Run shellcheck on scripts
8+
runs-on: ubuntu-24.04
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12+
13+
- name: Run shellcheck
14+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38

0 commit comments

Comments
 (0)