Skip to content

merge_driver_ekeyword: Add build system #229

merge_driver_ekeyword: Add build system

merge_driver_ekeyword: Add build system #229

Workflow file for this run

name: Code Quality
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install flake
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run flake
run: |
flake8 pym