diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml new file mode 100644 index 0000000..e3df98a --- /dev/null +++ b/.github/workflows/coding-standards.yml @@ -0,0 +1,11 @@ +name: fix code styling + +on: + push: + workflow_dispatch: + +jobs: + pint: + uses: laravel/.github/.github/workflows/coding-standards.yml@main + with: + message: "Pint: fix code styling" \ No newline at end of file