Skip to content

Commit

Permalink
workflows/tidy: Run on ubuntu-20.04. (#317)
Browse files Browse the repository at this point in the history
Switch from macos-latest to ubuntu-20.04. There should be no user-visible
changes, but running on Linux makes it easier to test and understand.
  • Loading branch information
Raphael Kubo da Costa authored Jun 2, 2021
1 parent 47bdb3a commit b6b4742
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 @@ -8,10 +8,10 @@ on:
jobs:
tidy:
name: Tidy up
runs-on: macos-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: brew install tidy-html5
- run: sudo apt-get install tidy
- run: tidy -config .tidyrc -o index.html index.html
- uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit b6b4742

Please sign in to comment.