File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ name: Lint
22
33on :
44 pull_request :
5- push :
6- branches : [main]
7- merge_group :
85
96jobs :
107 Lint :
11- uses : tskit-dev/.github/.github/workflows/lint.yml@main
8+ uses : tskit-dev/.github/.github/workflows/lint.yml@v12
Original file line number Diff line number Diff line change 99jobs :
1010 packaging :
1111 name : Python packaging
12- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@main
12+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v12
1313
1414 test :
1515 name : Python
16- uses : tskit-dev/.github/.github/workflows/python-tests.yml@main
16+ uses : tskit-dev/.github/.github/workflows/python-tests.yml@v12
1717 with :
1818 os : ${{ matrix.os }}
1919 python-version : ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments