Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 #129

Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 #129

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- run: pip install -r requirements/style.txt
- uses: pre-commit/[email protected]