Skip to content

feat: Add the finals #149

feat: Add the finals

feat: Add the finals #149

Workflow file for this run

name: pre-commit
on:
push:
branches: ["**"]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install -r crispy-api/requirements-dev.txt
- uses: pre-commit/action@v3.0.0