diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml new file mode 100644 index 0000000..00523b1 --- /dev/null +++ b/.github/workflows/code-style.yml @@ -0,0 +1,11 @@ +name: Code Style + +on: + push: + pull_request: + +permissions: write-all + +jobs: + Styler: + uses: TheDragonCode/.github/.github/workflows/code-style.yml@main