Skip to content

gha: bump actions/setup-python from 6.1.0 to 6.2.0 #182

gha: bump actions/setup-python from 6.1.0 to 6.2.0

gha: bump actions/setup-python from 6.1.0 to 6.2.0 #182

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/checkout@v6.0.1
with:
persist-credentials: false
- uses: actions/setup-python@v6.2.0
with:
python-version: "3.x"
- uses: tox-dev/action-pre-commit-uv@v1