Skip to content

Merge pull request #8 from katjabercic/feat/lmfdb-slurper #92

Merge pull request #8 from katjabercic/feat/lmfdb-slurper

Merge pull request #8 from katjabercic/feat/lmfdb-slurper #92

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12.7'
- run: pip install -r ./requirements.txt
- run: python3 -m black --check .
- run: python3 -m isort --check .
- run: flake8
- run: cd web && python3 ./manage.py test