Skip to content

Add progress bar to detail view #139

Add progress bar to detail view

Add progress bar to detail view #139

Triggered via pull request December 19, 2023 20:15
Status Failure
Total duration 44s
Artifacts

static_tests.yaml

on: pull_request
Lint Check
29s
Lint Check
Formatting Check
32s
Formatting Check
Type Check
25s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Type Check: src/components/BacklogView/helpers/backlogHelpers.ts#L67
Property 'toLowerCase' does not exist on type '{ issueKey: string; summary: string; }'.
Type Check: src/components/CreateIssue/Fields/IssueTypeSelect.tsx#L41
Argument of type 'string' is not assignable to parameter of type '{ issueKey: string; summary: string; }'.
Type Check: src/components/DetailView/Components/EditableEpic/queries.ts#L9
Conversion of type '{ epic: string; }' to type 'Issue' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Type Check
Process completed with exit code 2.