Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit d8d52a5

Browse files
authored
integrate name and uses key
1 parent 4922ded commit d8d52a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66

77
steps:
88
- name: Checkout code
9-
- uses: actions/checkout@v1
9+
uses: actions/checkout@v1
1010
- name: Run Shellcheck on Script Files
1111
uses: azohra/shell-linter@latest
1212
with:
1313
path: "*.sh"
14-
severity: "error"
14+
severity: "error"

0 commit comments

Comments
 (0)