Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the ci-depe… #21

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the ci-depe…

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the ci-depe… #21

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3.2.0
- name: Run linters
run: uvx pre-commit run --all-files