Merge pull request #56161 from software-mansion-labs/jnowakow/install… #20168
preDeploy.yml
on: push
Matrix: test / jest
typecheck
/
typecheck
1m 56s
lint
/
ESLint check
8m 5s
test
/
Storybook tests
4m 35s
prettier
/
Prettier check
1m 52s
e2ePerformanceTests
/
Find the baseline and delta refs, and check for an existing build artifact for that commit
skipDeploy
0s
e2ePerformanceTests
/
...
/
Build Android app
e2ePerformanceTests
/
...
/
Build Android app
e2ePerformanceTests
/
Run E2E tests in AWS device farm
updateStaging
0s
e2ePerformanceTests
/
cleanupDeltaRef
Annotations
21 errors
typecheck / typecheck:
desktop/electron-serve.ts#L14
Could not find a declaration file for module 'mime-types'. '/home/runner/work/App/App/node_modules/mime-types/index.js' implicitly has an 'any' type.
|
typecheck / typecheck:
desktop/main.ts#L3
Cannot find module 'electron-context-menu' or its corresponding type declarations.
|
typecheck / typecheck:
desktop/main.ts#L4
Cannot find module 'electron-log' or its corresponding type declarations.
|
typecheck / typecheck:
desktop/main.ts#L5
Cannot find module 'electron-log' or its corresponding type declarations.
|
typecheck / typecheck:
desktop/main.ts#L6
Cannot find module 'electron-updater' or its corresponding type declarations.
|
typecheck / typecheck:
desktop/main.ts#L7
Cannot find module 'node-machine-id' or its corresponding type declarations.
|
typecheck / typecheck:
desktop/main.ts#L78
Parameter 'defaultActions' implicitly has an 'any' type.
|
typecheck / typecheck:
desktop/main.ts#L78
Parameter 'parameters' implicitly has an 'any' type.
|
typecheck / typecheck:
desktop/main.ts#L78
Parameter 'browserWindow' implicitly has an 'any' type.
|
typecheck / typecheck:
desktop/main.ts#L158
Parameter 'result' implicitly has an 'any' type.
|
lint / ESLint check:
desktop/electron-serve.ts#L67
Unsafe assignment of an `any` value
|
lint / ESLint check:
desktop/electron-serve.ts#L67
Unsafe call of an `any` typed value
|
lint / ESLint check:
desktop/electron-serve.ts#L67
Unsafe member access .lookup on an `error` typed value
|
lint / ESLint check:
desktop/electron-serve.ts#L72
Unsafe assignment of an `any` value
|
lint / ESLint check:
desktop/main.ts#L72
Unsafe return of an `any` typed value
|
lint / ESLint check:
desktop/main.ts#L72
Unsafe call of an `any` typed value
|
lint / ESLint check:
desktop/main.ts#L81
Unsafe assignment of an `any` value
|
lint / ESLint check:
desktop/main.ts#L81
Unsafe member access .isEditable on an `any` value
|
lint / ESLint check:
desktop/main.ts#L81
Unsafe member access .editFlags on an `any` value
|
lint / ESLint check:
desktop/main.ts#L88
Unsafe assignment of an `any` value
|
confirmPassingBuild
Process completed with exit code 1.
|