Skip to content

Commit

Permalink
chore: fix indenting on tidy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Apr 11, 2024
1 parent 770d8f1 commit 471b047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o index.html index.html
- uses: peter-evans/create-pull-request@v6
with:
with:
title: "Tidied up document using tidy-html5"
commit-message: "chore: tidy up index.html"
branch: html-tidy

0 comments on commit 471b047

Please sign in to comment.