Skip to content

Commit 46b3c99

Browse files
committed
fix: bash syntax
1 parent 3be7704 commit 46b3c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code
9-
- uses: actions/checkout@v1
9+
uses: actions/checkout@v1
1010

1111
- name: Run Shellcheck
1212
uses: azohra/shell-linter@latest

0 commit comments

Comments
 (0)