Skip to content

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2 (#34) #69

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2 (#34)

chore(deps): update pypa/gh-action-pypi-publish action to v1.12.2 (#34) #69

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, edited]
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/[email protected]