File tree Expand file tree Collapse file tree 4 files changed +151
-106
lines changed Expand file tree Collapse file tree 4 files changed +151
-106
lines changed Original file line number Diff line number Diff line change 53
53
run : pnpm test-compiled
54
54
55
55
- name : Report coverage
56
- uses : codecov/codecov-action@v4.0.2
56
+ uses : codecov/codecov-action@v4.1.0
57
57
if : env.REPORT_COVERAGE == 'true'
58
58
with :
59
59
file : coverage/lcov.info
Original file line number Diff line number Diff line change 12
12
- prettier --ignore-unknown --write
13
13
- markdownlint --config=.markdownlint.json --ignore-path=.markdownlintignore
14
14
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot
15
+ - " pnpm run lint:eslint-docs-fix && :"
15
16
16
17
" pnpm-lock.yaml " :
17
18
- " pnpm dedupe && :"
Original file line number Diff line number Diff line change 111
111
"@semantic-release/release-notes-generator" : " 12.1.0" ,
112
112
"@types/dedent" : " 0.7.2" ,
113
113
"@types/eslint" : " 8.56.5" ,
114
- "@types/node" : " 16.18.39 " ,
114
+ "@types/node" : " 16.18.89 " ,
115
115
"@types/rollup-plugin-auto-external" : " 2.0.5" ,
116
116
"@types/semver" : " 7.5.8" ,
117
117
"@typescript-eslint/eslint-plugin" : " 7.2.0" ,
You can’t perform that action at this time.
0 commit comments