We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4171768 commit 413ec4dCopy full SHA for 413ec4d
.github/workflows/tests.yml
@@ -3,23 +3,13 @@ name: Tests
3
on:
4
pull_request:
5
push:
6
- branches: [main]
+ branches: [main, test]
7
merge_group:
8
9
jobs:
10
pre-commit:
11
name: Lint
12
- runs-on: ubuntu-24.04
13
- steps:
14
- - name: Cancel Previous Runs
15
- uses: styfle/cancel-workflow-action@0.12.1
16
- with:
17
- access_token: ${{ github.token }}
18
- - uses: actions/checkout@v4.2.2
19
- - uses: actions/setup-python@v5.3.0
20
21
- python-version: '3.12'
22
- - uses: pre-commit/action@v3.0.1
+ uses: tskit-dev/.github/.github/workflows/lint.yml@v1
23
24
test:
25
name: Python
0 commit comments