Skip to content

Commit

Permalink
tox-dev/action-pre-commit-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 26, 2024
1 parent 695581b commit e9fdde2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: pre-commit
uses: tox-dev/action-pre-commit-uv@v1

- name: Install uv
uses: hynek/setup-cached-uv@v2

- name: Lint
run: uvx --python python3.13 --with tox-uv tox -e lint
env:
PRE_COMMIT_COLOR: always
- name: check-manifest
run: uvx check-manifest

- name: Mypy
run: uvx --with tox-uv tox -e mypy

0 comments on commit e9fdde2

Please sign in to comment.