Skip to content

Commit

Permalink
Update tidy.yml
Browse files Browse the repository at this point in the history
User more modern version
  • Loading branch information
marcoscaceres authored Dec 21, 2023
1 parent 3aae1f4 commit d8e81c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Tidy up
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o media-source-respec.html media-source-respec.html
- uses: peter-evans/create-pull-request@v3
- uses: peter-evans/create-pull-request@v5
with:
title: "Tidied up document using tidy-html5"
commit-message: "chore: tidy up index.html"
Expand Down

0 comments on commit d8e81c5

Please sign in to comment.