Skip to content

Commit b48e9f5

Browse files
authored
Run Github Actions for PRs (#6)
1 parent b8b887f commit b48e9f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Lint
22
on:
33
- push
4+
- pull_request
45
jobs:
56
lint:
67
name: Lint

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test
22
on:
33
- push
4+
- pull_request
45
jobs:
56
test:
67
strategy:

0 commit comments

Comments
 (0)