diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml new file mode 100644 index 00000000..93875cc3 --- /dev/null +++ b/.github/workflows/FormatPullRequest.yml @@ -0,0 +1,14 @@ +name: "Format Pull Request" + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: +permissions: + contents: write + pull-requests: write + +jobs: + format-pull-request: + name: "Format Pull Request" + uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"