Skip to content

Update pre-commit config and add testing workflow #14

Update pre-commit config and add testing workflow

Update pre-commit config and add testing workflow #14

Workflow file for this run

name: Format-and-Fail
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0