Skip to content

Commit 6892319

Browse files
authored
Merge branch 'master' into colors
2 parents 0f9df47 + d1592b8 commit 6892319

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)