Skip to content

Commit 3be7704

Browse files
committed
build: lint the bash
1 parent 840cdb6 commit 3be7704

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/linting.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: sourcetoad/aws-codedeploy-action
2+
on: push
3+
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout code
9+
- uses: actions/checkout@v1
10+
11+
- name: Run Shellcheck
12+
uses: azohra/shell-linter@latest
13+
with:
14+
path: '*.sh'

0 commit comments

Comments
 (0)