Skip to content

Update pyproject.toml #141

Update pyproject.toml

Update pyproject.toml #141

Workflow file for this run

name: Run pre-commit on pull-requests (and main branch)
on:
pull_request:
push:
branches: [main]
workflow_dispatch: # Trigger manually
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v1.0.1
if: always()