Skip to content

Remove browsing context check from WakeLock.request() (#363) #38

Remove browsing context check from WakeLock.request() (#363)

Remove browsing context check from WakeLock.request() (#363) #38

Workflow file for this run

name: Tidy document
on:
workflow_dispatch: {}
push:
branches:
- gh-pages
jobs:
tidy:
name: Tidy up
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install tidy-html5
- run: tidy -config .tidyrc -o index.html index.html
- uses: peter-evans/create-pull-request@v3
with:
title: "Tidied up document using tidy-html5"
commit-message: "chore(tidy): tidy up document"
branch: html-tidy