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