Skip to content

FIX decrease redirect delay in initial index.html #341

FIX decrease redirect delay in initial index.html

FIX decrease redirect delay in initial index.html #341

Workflow file for this run

name: Linting
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Vale
uses: errata-ai/[email protected]
with:
styles: |
https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
https://github.com/errata-ai/proselint/releases/latest/download/proselint.zip
files: book
debug: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}