File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "ignorePaths" : [
3
+ " **/common/**" ,
4
+ " **/control/**" ,
5
+ " **/docs/**" ,
6
+ " **/evaluator/**" ,
7
+ " **/launch/**" ,
8
+ " **/localization/**" ,
9
+ " **/map/**" ,
10
+ " **/perception/**" ,
11
+ " **/planning/**" ,
12
+ " **/sensing/**" ,
13
+ " **/simulator/**" ,
14
+ " **/system/**" ,
15
+ " **/tools/**" ,
16
+ " **/vehicles/**"
17
+ ],
18
+ "ignoreRegExpList" : [],
19
+ "words" : []
20
+ }
Original file line number Diff line number Diff line change
1
+ name : spell-check-partial
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ jobs :
7
+ spell-check-partial :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - name : Check out repository
11
+ uses : actions/checkout@v3
12
+
13
+ - name : Run spell-check
14
+ uses : autowarefoundation/autoware-github-actions/spell-check@v1
15
+ with :
16
+ cspell-json-url : https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
17
+ local-cspell-json : .cspell-partial.json
18
+ incremental-files-only : true
You can’t perform that action at this time.
0 commit comments