Skip to content

Commit be96a1a

Browse files
committed
Finish polishing up main workflow
1 parent 4fae0a9 commit be96a1a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

template/{% if use_github %}.github{% endif %}/workflows/{% if use_github and python %}main.yml{% endif %}.jinja

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ jobs:
1717
- name: Set up the environment
1818
uses: ./.github/actions/setup-python-env
1919

20-
- name: Run ruff and other pre-commit hooks
20+
- name: Run ruff, ty, deptry and pre-commit hooks
2121
uses: j178/prek-action@v1
2222

23-
- name: Run ty and deptry
24-
run: |
25-
uv lock --locked
26-
uv run ty check
27-
uv run deptry .
2823

2924
tests-and-type-check:
3025
runs-on: ubuntu-latest
@@ -37,7 +32,7 @@ jobs:
3732
shell: bash
3833
steps:
3934
- name: Check out
40-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
4136

4237
- name: Set up the environment
4338
uses: ./.github/actions/setup-python-env
@@ -55,7 +50,7 @@ jobs:
5550
runs-on: ubuntu-latest
5651
steps:
5752
- name: Check out
58-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5954

6055
- name: Set up the environment
6156
uses: ./.github/actions/setup-python-env

0 commit comments

Comments
 (0)