Skip to content

Commit 6ef2b72

Browse files
authored
Merge pull request #5 from gwinans/Typo-in-the-spellcheck-workflow-
Typo in Shellcheck workflow.
2 parents 15a0a4b + 358ec03 commit 6ef2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Shellcheck
22

33
on:
44
pull_request:
5-
types: [ opened, synchronize, repopened ]
5+
types: [ opened, synchronize, reopened ]
66

77
jobs:
88
shellcheck:

0 commit comments

Comments
 (0)