Skip to content

Commit 9780b50

Browse files
committed
refactor: explain what we are linting
1 parent 46b3c99 commit 9780b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: sourcetoad/aws-codedeploy-action
22
on: push
33

44
jobs:
5-
lint:
5+
bash-lint:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v1
1010

11-
- name: Run Shellcheck
11+
- name: Lint Bash
1212
uses: azohra/shell-linter@latest
1313
with:
1414
path: '*.sh'

0 commit comments

Comments
 (0)