Skip to content

Fix version in pyproject.toml (#14) #87

Fix version in pyproject.toml (#14)

Fix version in pyproject.toml (#14) #87

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
architecture: 'x64'
- name: Setup Poetry
uses: abatilo/[email protected]
- name: CI
run: |
poetry install
poetry run nox -s flake8 mypy