From 2013cb1a96bd67d0dcff22b587e2568e8ef7e316 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 17 Apr 2020 01:39:36 -0500 Subject: [PATCH] PyFlakes Syntax Checker Let's see how GitHub Actions works... This probably isn't possible to implement on a Fork since it creates a new `.github` folder, but whatever, this isn't a Fork. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..92e5147 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,2 @@ +- name: Pyflakes Syntax Checker + uses: lgeiger/pyflakes-action@v1.0.1