chore(quality): add scripts for code quality #149
pr-ci.yaml
on: pull_request
build
/
format-check
1m 27s
build
/
lint
1m 21s
build
/
type-check
1m 25s
build
/
build-container
11m 2s
Annotations
20 errors and 4 warnings
build / lint:
backend/src/server.ts#L16
A `require()` style import is forbidden
|
build / lint:
backend/src/server.ts#L17
A `require()` style import is forbidden
|
build / lint:
backend/src/server.ts#L18
A `require()` style import is forbidden
|
build / lint:
backend/src/server.ts#L19
A `require()` style import is forbidden
|
build / lint:
backend/src/server.ts#L20
A `require()` style import is forbidden
|
build / lint:
backend/src/server.ts#L21
A `require()` style import is forbidden
|
build / lint:
integration-tests/cypress.config.js#L1
A `require()` style import is forbidden
|
build / lint:
integration-tests/cypress.config.js#L21
A `require()` style import is forbidden
|
build / lint:
src/openshift/pages/ExamplePage.tsx#L188
`"` can be escaped with `"`, `“`, `"`, `”`
|
build / lint:
src/openshift/pages/ExamplePage.tsx#L188
`"` can be escaped with `"`, `“`, `"`, `”`
|
build / type-check:
backend/src/server.ts#L155
Argument of type 'any' is not assignable to parameter of type 'never'.
|
build / type-check:
backend/src/server.ts#L171
Property 'end' does not exist on type 'never'.
|
build / type-check:
backend/src/server.ts#L172
Property 'destroy' does not exist on type 'never'.
|
build / type-check:
src/openshift/components/CryostatContainer.tsx#L17
Cannot find module '@app/Shared/Redux/ReduxStore' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/AboutPage.tsx#L16
Cannot find module '@app/About/About' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/ArchivesPage.tsx#L16
Cannot find module '@app/Archives/Archives' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/AutomatedRulesPage.tsx#L19
Cannot find module '@app/Rules/Rules' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/DashboardPage.tsx#L16
Cannot find module '@app/Dashboard/Dashboard' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/EventsPage.tsx#L16
Cannot find module '@app/Events/Events' or its corresponding type declarations.
|
build / type-check:
src/openshift/pages/RecordingsPage.tsx#L19
Cannot find module '@app/Recordings/Recordings' or its corresponding type declarations.
|
build / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build / type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build / format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build / build-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|