Skip to content

Commit d1592b8

Browse files
authored
Merge pull request #4 from sourcetoad/action
Bash Linting
2 parents cbdeeb9 + 9780b50 commit d1592b8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @sourcetoad/pod-jester

.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+
bash-lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout code
9+
uses: actions/checkout@v1
10+
11+
- name: Lint Bash
12+
uses: azohra/shell-linter@latest
13+
with:
14+
path: '*.sh'

0 commit comments

Comments
 (0)