Skip to content

Initial commit

Initial commit #3

Workflow file for this run

name: CI Testing
on:
pull_request
jobs:
type_checking:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: pip install poetry
- run: poetry install -with dev
- run: mypy flask_muck/