diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml new file mode 100644 index 0000000..0026610 --- /dev/null +++ b/.github/workflows/format.yml @@ -0,0 +1,14 @@ +name: Format code with black + +on: + push: + branches: [ "main" ] + +jobs: + format: + name: Format code + + permissions: + contents: write + + uses: Mews/.github/.github/workflows/format-python.yaml@main \ No newline at end of file