remove pyflakes linting on main.yml

replaced by pep8.yml action
This commit is contained in:
2020-04-20 00:35:59 -05:00
committed by GitHub
parent 6b5a3b213e
commit ba59176cb6

View File

@@ -1,12 +0,0 @@
name: Pyflakes Syntax Checker
on: push
jobs:
syntax-check:
name: Pyflakes Syntax Checker
runs-on: ubuntu-latest
steps:
- name: Pyflakes Syntax Checker
uses: lgeiger/pyflakes-action@v1.0.1