File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ defaults:
2525jobs :
2626 spellcheck :
2727 runs-on : ubuntu-latest
28+ needs :
29+ - build
2830 steps :
2931 - name : Checkout sources
3032 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "scripts" : {
6- "spellcheck" : " mdspell --en-gb --report --ignore-acronyms --ignore-numbers --no-suggestions 'content /**/*.md'" ,
7- "broken-link-local" : " blcl --recursive --ordered --exclude-external ./public /" ,
8- "broken-link-all" : " blcl --recursive --exclude farnell --exclude microsoft --exclude https://github.com/sourcebots/docs/tree/master/content /* --ordered ./public /" ,
6+ "spellcheck" : " mdspell --en-gb --report --ignore-acronyms --ignore-numbers --no-suggestions 'docs /**/*.md'" ,
7+ "broken-link-local" : " blcl --recursive --ordered --exclude-external ./site /" ,
8+ "broken-link-all" : " blcl --recursive --exclude farnell --exclude microsoft --exclude https://github.com/sourcebots/docs/tree/master/docs /* --ordered ./site /" ,
99 "test" : " npm run spellcheck && npm run broken-link-local" ,
1010 "ci-test" : " npm run spellcheck && npm run broken-link-local"
1111 },
You can’t perform that action at this time.
0 commit comments