Skip to content

Commit e2835d2

Browse files
committed
Enabled lint actions on PR creation
1 parent a15d5b5 commit e2835d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint and test
22

33
on:
44
push:
5+
pull_request:
6+
types: [opened, reopened]
57

68
permissions:
79
pull-requests: read

0 commit comments

Comments
 (0)