Skip to content

Commit 29dc078

Browse files
committed
Add Shellcheck action
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent b04b744 commit 29dc078

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/linting.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Lint"
3+
4+
"on":
5+
pull_request:
6+
7+
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
14+
- name: Run ShellCheck
15+
uses: ludeeus/action-shellcheck@2.0.0

0 commit comments

Comments
 (0)