File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
name : build
2
2
3
+ concurrency :
4
+ group : $-$
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
pull_request :
5
9
branches :
9
13
- main
10
14
11
15
jobs :
16
+ semantic-pull-request :
17
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
18
+
19
+ spell-check :
20
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
21
+ with :
22
+ includes : |
23
+ **/*.md
24
+ modified_files_only : false
25
+
26
+ pana_score :
27
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
28
+
12
29
build :
13
30
runs-on : ubuntu-latest
14
31
20
37
uses : subosito/flutter-action@v2
21
38
with :
22
39
channel : stable
23
-
40
+
24
41
- name : 🚧 Install Dependencies
25
42
run : flutter pub get
26
43
You can’t perform that action at this time.
0 commit comments