Skip to content

adding tests and the implementation #3

adding tests and the implementation

adding tests and the implementation #3

Triggered via pull request April 30, 2024 04:52
Status Failure
Total duration 1m 55s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint Codebase: __tests__/main.test.ts#L12
Replace `"@octokit/rest";` with `'@octokit/rest'`
Lint Codebase: __tests__/main.test.ts#L12
Extra semicolon
Lint Codebase: __tests__/main.test.ts#L16
Delete `;`
Lint Codebase: __tests__/main.test.ts#L16
Extra semicolon
Lint Codebase: __tests__/main.test.ts#L17
Delete `;`
Lint Codebase: __tests__/main.test.ts#L17
Extra semicolon
Lint Codebase: __tests__/main.test.ts#L23
'timeRegex' is assigned a value but never used
Lint Codebase: __tests__/main.test.ts#L26
'debugMock' is assigned a value but never used
Lint Codebase: __tests__/main.test.ts#L34
'getOctokitMock' is assigned a value but never used
Lint Codebase: __tests__/main.test.ts#L48
Replace `.spyOn(githubApi.rest.repos,·'getRelease')` with `⏎······.spyOn(githubApi.rest.repos,·'getRelease')⏎······`
Lint Codebase: .devcontainer/devcontainer.json#L1
File ignored by default.
Lint Codebase: .github/linters/tsconfig.json#L1
File ignored by default.
Lint Codebase: .prettierrc.json#L1
File ignored by default.