Create main.yml

This commit is contained in:
Cameron
2020-04-17 15:09:37 -07:00
committed by GitHub
parent e914fba0c9
commit 7b56dde621
+12
View File
@@ -0,0 +1,12 @@
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