mirror of
https://github.com/vacp2p/rfc.git
synced 2025-02-23 12:18:29 +00:00
Update main.yml (#136)
* Update main.yml * Update wordlist.txt * Update main.yml * Update main.yml * Rename spellcheck.yaml to .spellcheck.yaml * Update README.md * Rename .spellcheck.yaml to .pyspelling.yml * Update README.md * Update wordlist.txt * Update wordlist.txt * Update wordlist.txt
This commit is contained in:
parent
339e7a0c83
commit
afa2afdbcf
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -10,10 +10,21 @@ jobs:
|
||||
spellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Spellcheck Action
|
||||
uses: rojopolis/spellcheck-github-actions@0.2.0
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools
|
||||
python -m pip install pyspelling
|
||||
# Install any additional libraries required: additional plugins, documentation building libraries, etc.
|
||||
- name: Install Aspell
|
||||
run: |
|
||||
sudo apt-get install aspell aspell-en
|
||||
- name: Spell check
|
||||
run: python -m pyspelling
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -40,7 +40,7 @@ To run the spellchecker locally, you must install [pyspelling](https://facelessu
|
||||
It can then be run with the following command:
|
||||
|
||||
```console
|
||||
pyspelling -c spellcheck.yml
|
||||
pyspelling -c .pyspelling.yml
|
||||
```
|
||||
|
||||
Words that should be ignored or are unrecognized must be added to the [wordlist](./wordlist.txt).
|
||||
|
@ -133,4 +133,5 @@ WakuWhisper
|
||||
wms
|
||||
wns
|
||||
wordlist
|
||||
ÐΞVp2p
|
||||
whitelist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user