Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the ci-dependencies group #39

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the ci-dependencies group

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the ci-dependencies group #39

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@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
- name: Run linters
run: uvx pre-commit run --all-files