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

Commit d77dd56

Browse files
authored
fix syntax for shellcheck action
1 parent fcff350 commit d77dd56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
on: pull_request
2+
13
jobs:
24
lint:
35
runs-on: ubuntu-latest
4-
on: pull_request
6+
57
steps:
68
- name: Checkout code
79
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)