Skip to content

ci: remove obsoleted fetch-depth / fetch-tags options #2

ci: remove obsoleted fetch-depth / fetch-tags options

ci: remove obsoleted fetch-depth / fetch-tags options #2

Workflow file for this run

name: Lint with type checker
on:
push:
paths:
- '**.py'
- 'pyproject.toml'
- 'uv.lock'
pull_request:
paths:
- '**.py'
- 'pyproject.toml'
- 'uv.lock'
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
submodules: recursive
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- run: uv sync --locked --all-extras --dev
- run: uvx ty check --output-format github