File tree Expand file tree Collapse file tree 3 files changed +549
-0
lines changed Expand file tree Collapse file tree 3 files changed +549
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Lint Packages
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ pull_request :
8
+
9
+ jobs :
10
+ package :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v3
14
+ - uses : ./.github/actions/prepare
15
+ - run : pnpm lint:packages
Original file line number Diff line number Diff line change 22
22
"markdownlint-cli" : " ^0.32.2" ,
23
23
"npm-package-json-lint" : " ^6.3.0" ,
24
24
"npm-package-json-lint-config-default" : " ^5.0.0" ,
25
+ "pnpm-deduplicate" : " ^0.4.0" ,
25
26
"prettier" : " ^2.7.1" ,
26
27
"semantic-release" : " ^19.0.5" ,
27
28
"ts-prune" : " ^0.10.3" ,
45
46
"lint" : " npx eslint . --max-warnings 0 --report-unused-disable-directives" ,
46
47
"lint:md" : " npx markdownlint \" **/*.md\" \" .github/**/*.md\" " ,
47
48
"lint:package" : " npmPkgJsonLint ." ,
49
+ "lint:packages" : " pnpm-deduplicate --list" ,
48
50
"lint:prune" : " ts-prune" ,
49
51
"lint:spelling" : " cspell \" **\" \" .github/**/*\" " ,
50
52
"prepare" : " husky install" ,
You can’t perform that action at this time.
0 commit comments