Skip to content

Commit 9a78b15

Browse files
committed
ci: type check is unneeded before formatting PR is sent
1 parent 46a1718 commit 9a78b15

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/format.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@ jobs:
2626
args: 'format'
2727
src: '.'
2828

29-
- uses: astral-sh/setup-uv@v7
30-
with:
31-
version: '0.9.26'
32-
cache-dependency-glob: |
33-
./pyproject.toml
34-
35-
- name: Run type checker on source
36-
run: >
37-
uvx
38-
--python-preference only-system
39-
--with tox-uv
40-
tox run-parallel -vv
41-
-m typecheck
42-
4329
- uses: peter-evans/create-pull-request@v8
4430
with:
4531
branch: create-pull-request/formatting
@@ -52,4 +38,3 @@ jobs:
5238
Automated formatting by
5339
[ruff-action](https://github.com/ChartBoost/ruff-action) and
5440
[create-pull-request](https://github.com/peter-evans/create-pull-request)
55-

0 commit comments

Comments
 (0)