mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
chore: upgrade repo wide spellcheck
This commit is contained in:
parent
f61c8993d1
commit
a70beb32e4
23
.github/workflows/spelling.yml
vendored
23
.github/workflows/spelling.yml
vendored
@ -1,25 +1,18 @@
|
||||
name: Spellcheck
|
||||
name: Spellcheck(Repo)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: "0 0 * * 2" # Every Tuesday
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
spellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install aspell
|
||||
run: sudo apt-get install -y aspell aspell-en
|
||||
|
||||
- name: Run spellcheck
|
||||
uses: igsekor/pyspelling-any@v1.0.4
|
||||
- name: Run Spellcheck
|
||||
uses: rojopolis/spellcheck-github-actions@v0
|
||||
with:
|
||||
args: "-c ./spellcheck.yaml"
|
||||
|
||||
task_name: Markdown
|
||||
config_path: .spellcheck.yml
|
||||
|
||||
@ -1,40 +0,0 @@
|
||||
matrix:
|
||||
- name: markdown
|
||||
sources:
|
||||
- '**/*.md'
|
||||
default:
|
||||
dictionary:
|
||||
- en_US
|
||||
- en_GB
|
||||
encoding: utf-8
|
||||
pipeline:
|
||||
- pyspelling.filters.markdown:
|
||||
extensions:
|
||||
- .md
|
||||
- pyspelling.filters.text
|
||||
sources:
|
||||
- '**/*.md'
|
||||
suggest: true
|
||||
whitelist:
|
||||
- ALLOC
|
||||
- IANA
|
||||
- SHARDING
|
||||
- WAKU
|
||||
- Waku
|
||||
- danielkaiser
|
||||
- creativecommons
|
||||
- github
|
||||
- GITHUB
|
||||
- https
|
||||
- iana
|
||||
- md
|
||||
- rfc
|
||||
- RFC
|
||||
- www
|
||||
- DHT
|
||||
- DoS
|
||||
- GossipSub
|
||||
- gossipsub
|
||||
- libp2p
|
||||
- pubsub
|
||||
- subnets
|
||||
Loading…
x
Reference in New Issue
Block a user