We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f9df47 + d1592b8 commit 6892319Copy full SHA for 6892319
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @sourcetoad/pod-jester
.github/workflows/linting.yml
@@ -0,0 +1,14 @@
+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