Skip to content

Migrate to PEP517 meson-python build #151

Migrate to PEP517 meson-python build

Migrate to PEP517 meson-python build #151

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