Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows #88

Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows

Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows #88

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: "--all-files"