Skip to content

feat(core): resource mappings LIST fix, delete --force support, and e2e tests #149

feat(core): resource mappings LIST fix, delete --force support, and e2e tests

feat(core): resource mappings LIST fix, delete --force support, and e2e tests #149

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@v4
- uses: matheus23/md-spellcheck-action@v4.2.2
with:
files-to-check: |
**/*.md
files-to-exclude: |
CHANGELOG.md
adr/**/*.md
words-to-ignore-file: './.github/spellcheck.ignore'