File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- name : ' Code style '
1
+ name : ' Code quality '
2
2
3
3
on :
4
4
pull_request :
Original file line number Diff line number Diff line change 29
29
"git-hook" : " yarn -s lint-staged" ,
30
30
"prepare" : " husky && yarn build" ,
31
31
"print-txo-packages" : " yarn list 2> /dev/null|grep @txo|sed 's/.*\\ (@txo[^@]*\\ )@^*\\ ([^ ]*\\ ).*/\\ 1@\\ 2/g'|sort|uniq" ,
32
- "sanity" : " yarn lint && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'" ,
32
+ "sanity" : " yarn lint:ci && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'" ,
33
33
"semantic-release" : " semantic-release" ,
34
- "update-boilerplate-version" : " ./scripts/update-boilerplate-version.sh"
34
+ "update-boilerplate-version" : " ./scripts/update-boilerplate-version.sh" ,
35
+ "lint:ci" : " yarn lint"
35
36
},
36
37
"engines" : {
37
38
"node" : " >=18.0.0"
You can’t perform that action at this time.
0 commit comments