From 6254365587b88bf42f29c531a24149196f7a70ef Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Wed, 22 Feb 2023 13:33:16 +0000 Subject: [PATCH 1/2] add cspell workflow --- .github/cspell.json | 20 ++++++++++++++++++++ .github/workflows/test.yml | 8 ++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/cspell.json diff --git a/.github/cspell.json b/.github/cspell.json new file mode 100644 index 0000000..1b78898 --- /dev/null +++ b/.github/cspell.json @@ -0,0 +1,20 @@ +{ + "version": "0.2", + "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", + "dictionaries": ["vgv_allowed", "vgv_forbidden"], + "dictionaryDefinitions": [ + { + "name": "vgv_allowed", + "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/allowed.txt", + "description": "Allowed VGV Spellings" + }, + { + "name": "vgv_forbidden", + "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt", + "description": "Forbidden VGV Spellings" + } + ], + "useGitignore": true, + "words": [ + ] +} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f5f1f3..1be0056 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,3 +53,11 @@ jobs: with: path: './fixtures/lcov.95.info' exclude: '**/whatever.dart **/*_observer.dart **/does_not_matter.dart' + + spell-check: + uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1 + with: + includes: | + **/*.md + .*/**/*.md + modified_files_only: false From 9b19b4b26cef277b8e1a99dd5dbb365d4702855d Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Wed, 22 Feb 2023 13:46:57 +0000 Subject: [PATCH 2/2] we are also people --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96f737d..3696eba 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Every request must be reviewed and accepted by: -* @felangel @jorgecoca \ No newline at end of file +* @felangel @renancaraujo @wolfenrain \ No newline at end of file