We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b5d4a commit 9b2272bCopy full SHA for 9b2272b
.github/workflows/tests.yml
@@ -3,24 +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.4.0
20
- - name: install clang-format
21
- run: |
22
- pip install clang-format==6.0.1
23
- - uses: pre-commit/action@v3.0.1
+ uses: tskit-dev/.github/.github/workflows/lint.yml@v1
24
25
test:
26
name: Python
0 commit comments