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.
1 parent 46b3c99 commit 9780b50Copy full SHA for 9780b50
.github/workflows/linting.yml
@@ -2,13 +2,13 @@ name: sourcetoad/aws-codedeploy-action
2
on: push
3
4
jobs:
5
- lint:
+ bash-lint:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout code
9
uses: actions/checkout@v1
10
11
- - name: Run Shellcheck
+ - name: Lint Bash
12
uses: azohra/shell-linter@latest
13
with:
14
path: '*.sh'
0 commit comments