SET: Be more explicit about replies when using GET in conjunction with XX/NX/IFEQ #236
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
name: Spellcheck | |
steps: | |
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
- uses: tbroadley/spellchecker-cli-action@v1 | |
with: | |
files: "commands/*.md topics/*.md !topics/modules-api-ref.md" | |
config: .spellcheckerrc.yml |