Skip to content

Merge pull request #22 from hexfrost/feat/fix-linter #48

Merge pull request #22 from hexfrost/feat/fix-linter

Merge pull request #22 from hexfrost/feat/fix-linter #48

Workflow file for this run

name: flake8
on:
push:
branches: [ "dev", "staging" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: |
pip install poetry
poetry install
poetry run flake8