Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#7) #34

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#7)

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#7) #34

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]