Skip to content

Fix bug where cache is old #304

Fix bug where cache is old

Fix bug where cache is old #304

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@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0