File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ plugins:
3737 - - remark-lint-unordered-list-marker-style
3838 - ' -'
3939 - - remark-lint-list-item-indent
40- - space
40+ - space
4141# Tables
4242 - remark-lint-table-pipes
4343 - remark-lint-no-literal-urls
Original file line number Diff line number Diff line change 1414 with :
1515 github_token : ${{ secrets.GITHUB_TOKEN }}
1616 publish_dir : json-schema
17- destination_dir : ${{ env.GITHUB_REF_SLUG }}
17+ destination_dir : ${{ env.GITHUB_REF_SLUG }}
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - run : |
1313 npm install
14- npm test
14+ npm test
Original file line number Diff line number Diff line change 7070 "rel" : " item"
7171 }
7272 ]
73- }
73+ }
Original file line number Diff line number Diff line change 6464 "template:new_field" : " test"
6565 }
6666 }
67- }
67+ }
Original file line number Diff line number Diff line change 190190 "type" : " number"
191191 }
192192 }
193- },
193+ },
194194 "template:another_one" : {
195- "type" : " array" ,
195+ "type" : " array" ,
196196 "items" : {
197197 "type" : " number"
198198 }
206206 "additionalProperties" : false
207207 }
208208 }
209- }
209+ }
You can’t perform that action at this time.
0 commit comments