Skip to content

Commit 2570f6e

Browse files
committed
ci: run lint and test on pull_request
1 parent 60c87d1 commit 2570f6e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
paths:
55
- "**.py"
6+
pull_request:
7+
paths:
8+
- "**.py"
69
jobs:
710
lint:
811
strategy:

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
paths:
55
- '**.py'
6+
pull_request:
7+
paths:
8+
- "**.py"
69
jobs:
710
test:
811
strategy:

0 commit comments

Comments
 (0)