From e5c077a0fb87b6909f3f7c05b9813b1677ef0e9d Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+bt3gl@users.noreply.github.com> Date: Thu, 26 Mar 2020 15:58:43 -0700 Subject: [PATCH] Create pystyle.yml --- .github/workflows/pystyle.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/pystyle.yml diff --git a/.github/workflows/pystyle.yml b/.github/workflows/pystyle.yml new file mode 100644 index 0000000..597d91e --- /dev/null +++ b/.github/workflows/pystyle.yml @@ -0,0 +1,2 @@ +- name: Python Style Checker + uses: andymckay/pycodestyle-action@0.1.3