Skip to content

feat: Try to use GITHUB_TOKEN to deploy #151

feat: Try to use GITHUB_TOKEN to deploy

feat: Try to use GITHUB_TOKEN to deploy #151

Triggered via push September 16, 2024 14:34
Status Cancelled
Total duration 3m 46s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
test
The run was canceled by @JF-Cozy.
test
The operation was canceled.
argosKss
The run was canceled by @JF-Cozy.
argosKss
The operation was canceled.
argosDesktop
The run was canceled by @JF-Cozy.
argosDesktop
The operation was canceled.
argosMobile
The run was canceled by @JF-Cozy.
argosMobile
The operation was canceled.
build: docs/styleguide.config.js#L3
'webpack-merge' should be listed in the project's dependencies. Run 'npm i -S webpack-merge' to add it
build: react/Dialog/DialogEffects.spec.tsx#L275
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L300
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L327
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L381
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.spec.tsx#L399
void is only valid as a return type or generic type argument
build: react/Dialog/DialogEffects.ts#L98
Prefer using an optional chain expression instead, as it's more concise and easier to read
build: react/Dialog/DialogEffects.ts#L175
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: react/Dialog/DialogEffects.ts#L186
Unnecessary conditional, both sides of the expression are literal values
build: react/Dialog/DialogEffects.ts#L191
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator