Skip to content

adding local dev instructions #3

adding local dev instructions

adding local dev instructions #3

Workflow file for this run

on: [push]
jobs:
mypy:
runs-on: ubuntu-latest
name: "mypy"
steps:
- uses: davidslusser/[email protected]
with:
src: "django_project"
options: "-v"
pip_install_command: "pip install -e .[dev]"