Skip to content

feat: add cli test mode #24

feat: add cli test mode

feat: add cli test mode #24

Workflow file for this run

name: 'spellcheck'
on:
pull_request:
branches:
- main
paths-ignore:
- LICENSE
- CODEOWNERS
- '.gitignore'
- '**/*.go'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: matheus23/[email protected]
with:
files-to-check: '**/*.md'
files-to-exclude: 'CHANGELOG.md'
words-to-ignore-file: './.github/spellcheck.ignore'