Skip to content

Apply deno fmt formatting #3

Apply deno fmt formatting

Apply deno fmt formatting #3

Triggered via pull request January 26, 2026 12:07
Status Failure
Total duration 9s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: src/tools/get-package-docs.ts#L6
All import identifiers are used in types
check: src/tools/lookup-version.ts#L6
All import identifiers are used in types
check: src/utils/version.test.ts#L1
Missing version in specifier
check: src/utils/version.test.ts#L1
Inline 'npm:', 'jsr:' or 'https:' dependency not allowed
check: src/tools/check-vulnerabilities.ts#L6
All import identifiers are used in types
check: src/tools/list-versions.ts#L6
All import identifiers are used in types
check: src/registries/maven.ts#L25
`RepositoryAuth` is never used
check: src/registries/go.ts#L205
Async method 'getMetadata' has no 'await' expression or 'await using' declaration.
check: src/utils/github.ts#L94
Async function 'fetchReadmeFromRepository' has no 'await' expression or 'await using' declaration.
check: src/utils/http.ts#L52
Async function 'fetchWithHeaders' has no 'await' expression or 'await using' declaration.