Fix main Pyflakes workflow

This commit is contained in:
2020-04-17 01:47:51 -05:00
committed by GitHub
parent 83734e58f5
commit a3e1487105

View File

@@ -1,2 +1,11 @@
- name: Pyflakes Syntax Checker
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