Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/nextjs-12 #2530

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/nextjs-12

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/nextjs-12 #2530

Workflow file for this run

name: Static Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint files
uses: avto-dev/[email protected]
with:
config: "./docs/.markdownlint.yml"
args: "./docs/docs/**/*.+(md|mdx)"
misspell:
name: Check spelling using 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"
level: "warning"
pattern: |
*.md
*.mdx