Skip to content

Merge branch 'issue-192' into issue-185 #552

Merge branch 'issue-192' into issue-185

Merge branch 'issue-192' into issue-185 #552

Workflow file for this run

name: github-actions
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python3 -m pip install pipenv
pipenv install --dev
- run: pipenv run flake8