Skip to content

In the Aeroplane Over the Sea cover maker; GIF processing in DMs #117

In the Aeroplane Over the Sea cover maker; GIF processing in DMs

In the Aeroplane Over the Sea cover maker; GIF processing in DMs #117

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Lint
run: poetry run flake8
- name: Type check
run: poetry run mypy