Skip to content

chore(deps): update dependency markdownlint to ^0.35.0 #257

chore(deps): update dependency markdownlint to ^0.35.0

chore(deps): update dependency markdownlint to ^0.35.0 #257

Triggered via pull request September 1, 2024 04:15
Status Failure
Total duration 35s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/diffRank.ts#L6
'throat' is defined but never used
lint: src/diffRank.ts#L11
Unexpected any. Specify a different type
lint: src/diffRank.ts#L29
Unsafe argument of type `any` assigned to a parameter of type `string | readonly string[]`
lint: src/diffRank.ts#L29
Unsafe member access .patter on an `any` value
lint: src/diffRank.ts#L31
Unsafe member access .commitPatter on an `any` value
lint: src/diffRank.ts#L32
Unsafe argument of type `any` assigned to a parameter of type `string | readonly string[]`
lint: src/diffRank.ts#L32
Unsafe member access .commitPatter on an `any` value
lint: src/diffRank.ts#L36
Unsafe assignment of an `any` value
lint: src/diffRank.ts#L36
Unexpected any. Specify a different type
lint: src/diffRank.ts#L37
Unsafe member access [cur.authorName] on an `any` value
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/