mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
parent
3bef98f615
commit
ab456e4e50
15
.github/workflows/spellcheck.yml
vendored
15
.github/workflows/spellcheck.yml
vendored
@ -11,7 +11,9 @@ on:
|
||||
- '**.md'
|
||||
- '**.3'
|
||||
- '**.1'
|
||||
- '.github/**'
|
||||
- '**/spellcheck.yml'
|
||||
- '**/spellcheck.yaml'
|
||||
- '**/wordlist.txt'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
@ -19,7 +21,9 @@ on:
|
||||
- '**.md'
|
||||
- '**.3'
|
||||
- '**.1'
|
||||
- '.github/**'
|
||||
- '**/spellcheck.yml'
|
||||
- '**/spellcheck.yaml'
|
||||
- '**/wordlist.txt'
|
||||
|
||||
permissions: {}
|
||||
|
||||
@ -44,8 +48,7 @@ jobs:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user