Skip to content

Commit 4fa295e

Browse files
committed
Use reusable lint workflow
1 parent 37cda03 commit 4fa295e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ name: Tests
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, test]
77
merge_group:
88

99
jobs:
10+
pre-commit:
11+
name: Lint
12+
uses: tskit-dev/.github/.github/workflows/lint.yml@v1
1013
test:
1114
name: Python
1215
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)