Skip to content

'queue-monitor' app: add menu items to save plan history to local file #284

'queue-monitor' app: add menu items to save plan history to local file

'queue-monitor' app: add menu items to save plan history to local file #284

Workflow file for this run

name: Check Code Style
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install flake8
shell: bash -l {0}
run: |
set -vxeuo pipefail
python -m pip install --upgrade pip
python -m pip install flake8
python -m pip list
- name: Run flake8
shell: bash -l {0}
run: flake8