From 5155478f65d548879a2111b7325f020ef7e27d6b Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+bt3gl@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:06:14 -0700 Subject: [PATCH] Update pystyle.yml --- .github/workflows/pystyle.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pystyle.yml b/.github/workflows/pystyle.yml index 597d91e..d8676a4 100644 --- a/.github/workflows/pystyle.yml +++ b/.github/workflows/pystyle.yml @@ -1,2 +1,8 @@ -- name: Python Style Checker - uses: andymckay/pycodestyle-action@0.1.3 + +name: PyStyle + +on: [pull_request, issues] + +jobs: + - name: Python Style Checker + uses: andymckay/pycodestyle-action@0.1.3