Skip to content

Commit 5e01b82

Browse files
authored
Merge pull request #5 from eliasp/gh-action-pr
Trigger "linting" workflow on PRs
2 parents 6030a52 + 97e0e3c commit 5e01b82

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
@@ -1,7 +1,7 @@
11
---
22
name: linting
33

4-
"on": push
4+
"on": [push, pull_request]
55

66
jobs:
77
shellcheck:

0 commit comments

Comments
 (0)