Skip to content

fixes #65, fixes #77 #376

fixes #65, fixes #77

fixes #65, fixes #77 #376

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
# allows this Action to be triggered manually
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]