Skip to content

Commit cdc0e77

Browse files
Fix test.yml
1 parent d2726fe commit cdc0e77

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
name: Test
2+
3+
on:
4+
pull_request:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
9+
10+
permissions:
11+
contents: read
12+
checks: write
13+
pull-requests: write
14+
115
jobs:
216
lint-and-test:
317
name: "Lint and Test (Python ${{ matrix.python }})"

0 commit comments

Comments
 (0)