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