Skip to content

Update CLI docs to mention that plugin install can install from locally downloaded archives #109

Update CLI docs to mention that plugin install can install from locally downloaded archives

Update CLI docs to mention that plugin install can install from locally downloaded archives #109

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
lint-prose:
name: Lint prose
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: ./pages
fail_on_error: true