Skip to content

404 deweb doc update the providers and registry part #781

404 deweb doc update the providers and registry part

404 deweb doc update the providers and registry part #781

Workflow file for this run

name: spellchecker
on:
pull_request:
branches:
- main
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:
path: "./docs"
locale: "US"