Skip to content

docs(auth-kit): Update docs for the new SafeAuthPack #130

docs(auth-kit): Update docs for the new SafeAuthPack

docs(auth-kit): Update docs for the new SafeAuthPack #130

Workflow file for this run

name: Style check
on: pull_request
jobs:
vale-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=*.md --minAlertLevel=error"
fail_on_error: true