Skip to content

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /website #2421

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /website

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /website #2421

Workflow file for this run

name: spellchecker
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: misspell
id: check_for_typos
uses: reviewdog/action-misspell@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "./docs"
locale: "US"