- '**.md'
- '**.3'
- '**.1'
- - '.github/**'
+ - '**/spellcheck.yml'
+ - '**/spellcheck.yaml'
+ - '**/wordlist.txt'
pull_request:
branches:
- master
- '**.md'
- '**.3'
- '**.1'
- - '.github/**'
+ - '**/spellcheck.yml'
+ - '**/spellcheck.yaml'
+ - '**/wordlist.txt'
permissions: {}
- name: setup the custom wordlist
run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
- - name: setup the spellcheck config
- run: cp .github/scripts/spellcheck.yaml .
-
- name: Check Spelling
- uses: UnicornGlobal/spellcheck-github-actions@master
+ uses: rojopolis/spellcheck-github-actions@v0
+ with:
+ config_path: .github/scripts/spellcheck.yaml