Skip to content

Commit ef8705e

Browse files
benjefferyclaude
andcommitted
Add reusable lint workflow
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 37cda03 commit ef8705e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ 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+
uses: tskit-dev/.github/.github/workflows/lint.yml@v1
1012
test:
1113
name: Python
1214
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)