Skip to content

Merge pull request #16 from hexfrost/feat/update-4 #30

Merge pull request #16 from hexfrost/feat/update-4

Merge pull request #16 from hexfrost/feat/update-4 #30

Workflow file for this run

name: lint-test
on:
push:
branches: [ "dev" ]
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