diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b6c043d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +on: [push, pull_request] + +jobs: + python-black: + name: Python Black + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Python Black + uses: cytopia/docker-black@0.8 + with: + path: '/'