Skip to content

gha: bump actions/setup-python to 6.0.0 (#189) #130

gha: bump actions/setup-python to 6.0.0 (#189)

gha: bump actions/setup-python to 6.0.0 (#189) #130

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 1
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/[email protected]
with:
python-version: "3.x"
- uses: tox-dev/action-pre-commit-uv@v1