File tree Expand file tree Collapse file tree 3 files changed +491
-38
lines changed Expand file tree Collapse file tree 3 files changed +491
-38
lines changed Original file line number Diff line number Diff line change 20
20
run_install : true
21
21
22
22
- name : Lint commits
23
- run : npx commitlint --from=${{ github.event.pull_request.base.sha }}
23
+ run : pnpm test: commitlint --from=${{ github.event.pull_request.base.sha }}
Original file line number Diff line number Diff line change 20
20
"publish:python" : " pnpm -r --sequential publish:python" ,
21
21
"test:wasi" : " pnpm -r test:wasi" ,
22
22
"test:lint" : " pnpm -r test:lint" ,
23
+ "test:commitlint" : " commitlint" ,
23
24
"test:node" : " pnpm -r test:node" ,
24
25
"test:browser:chrome" : " pnpm -r test:browser:chrome" ,
25
26
"test:browser:firefox" : " pnpm -r test:browser:firefox" ,
32
33
},
33
34
"devDependencies" : {
34
35
"@changesets/cli" : " ^2.27.1" ,
35
- "@commitlint/config-conventional" : " ^18.4.3"
36
+ "@commitlint/cli" : " ^19.3.0" ,
37
+ "@commitlint/config-conventional" : " ^19.2.2"
36
38
},
37
39
"pnpm" : {
38
40
"overrides" : {
You can’t perform that action at this time.
0 commit comments