Skip to content

Commit a484874

Browse files
authored
chore: repo maintenance (#224)
1 parent 0e5a0ab commit a484874

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Every request must be reviewed and accepted by:
22

3-
* @felangel @jorgecoca
3+
* @felangel @renancaraujo @wolfenrain

.github/cspell.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": "0.2",
3+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4+
"dictionaries": ["vgv_allowed", "vgv_forbidden"],
5+
"dictionaryDefinitions": [
6+
{
7+
"name": "vgv_allowed",
8+
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/allowed.txt",
9+
"description": "Allowed VGV Spellings"
10+
},
11+
{
12+
"name": "vgv_forbidden",
13+
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
14+
"description": "Forbidden VGV Spellings"
15+
}
16+
],
17+
"useGitignore": true,
18+
"words": [
19+
]
20+
}

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ jobs:
5353
with:
5454
path: './fixtures/lcov.95.info'
5555
exclude: '**/whatever.dart **/*_observer.dart **/does_not_matter.dart'
56+
57+
spell-check:
58+
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
59+
with:
60+
includes: |
61+
**/*.md
62+
.*/**/*.md
63+
modified_files_only: false

0 commit comments

Comments
 (0)