diff --git a/.github/workflows/stylecheck.yml b/.github/workflows/stylecheck.yml new file mode 100644 index 0000000..ac56b97 --- /dev/null +++ b/.github/workflows/stylecheck.yml @@ -0,0 +1,12 @@ +name: Stylecheck + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: wemake-python-styleguide + uses: wemake-services/wemake-python-styleguide@0.13.4