diff --git a/.github/workflows/tidy.yaml b/.github/workflows/tidy.yaml new file mode 100644 index 0000000..7fb7a22 --- /dev/null +++ b/.github/workflows/tidy.yaml @@ -0,0 +1,21 @@ +name: Tidy document +on: + workflow_dispatch: {} + push: + branches: + - gh-pages + paths: + - index.html + +jobs: + tidy: + name: Tidy up + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: make + - uses: peter-evans/create-pull-request@v6 + with: + title: "Tidied up source" + commit-message: "chore(index.bs): tidy up" + branch: tidy