Skip to content

Commit

Permalink
testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
yecol committed Feb 28, 2024
1 parent 0850ed1 commit a3af58b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
incremental_files_only: false
incremental_files_only: false
config: .cspell.yaml
29 changes: 29 additions & 0 deletions .spell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 0.1
# ignorePaths: ["elections/**/*"]
words:
- graphscope
- jobject
- lcom
- sssp
- assortativity
- tparam
- varb
- postprocess
- fnum
- nbunch
- rapidjson
- betweenness
- distu
- distv
- katz
- fnum
- tricnt
- vertexsets
- ejoin
- minp
- maxp
- sccid
- oldc
- oldd
- initrank

0 comments on commit a3af58b

Please sign in to comment.