Skip to content

Commit

Permalink
chore: create tidy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored and chrisn committed May 9, 2024
1 parent 52acdd4 commit 96d6c04
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tidy.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 96d6c04

Please sign in to comment.