Skip to content

use entrypoints instead of .py scripts for the command line (#75) #45

use entrypoints instead of .py scripts for the command line (#75)

use entrypoints instead of .py scripts for the command line (#75) #45

Workflow file for this run

name: Flake8 Lint
on: [push, pull_request]
jobs:
do-flake8:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
- name: Lint with flake8
uses: py-actions/flake8@v2