Skip to content

WLT-1736

WLT-1736 #47

Triggered via pull request November 14, 2024 14:14
Status Failure
Total duration 19m 27s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 15 warnings
lint: example/src/App.tsx#L1
Replace `"react"` with `'react'`
lint: example/src/App.tsx#L6
Replace `·SafeAreaView,·ScrollView,·StatusBar,·StyleSheet,·useColorScheme·}·from·"react-native"` with `⏎··SafeAreaView,⏎··ScrollView,⏎··StatusBar,⏎··StyleSheet,⏎··useColorScheme,⏎}·from·'react-native'`
lint: example/src/App.tsx#L7
Replace `"./AppStore"` with `'./AppStore'`
lint: example/src/App.tsx#L8
Replace `"./components/AppContent"` with `'./components/AppContent'`
lint: example/src/App.tsx#L9
Replace `"./auth/Login"` with `'./auth/Login'`
lint: example/src/App.tsx#L10
Replace `"react-native-autocomplete-dropdown"` with `'react-native-autocomplete-dropdown'`
lint: example/src/App.tsx#L11
Replace `"./components/ui/NavBar"` with `'./components/ui/NavBar'`
lint: example/src/App.tsx#L19
Replace `⏎········barStyle={isDarkMode·?·'light-content'·:·'dark-content'}⏎·····` with `·barStyle={isDarkMode·?·'light-content'·:·'dark-content'}`
lint: example/src/App.tsx#L23
Replace `····<NavBar` with `<NavBar·`
lint: example/src/App.tsx#L24
Replace `··············{loggedUser·?·` with `········{loggedUser·?·(`
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: example/src/auth/FirebaseAuthManager.ts#L28
Expected a 'break' statement before 'default'
lint: example/src/auth/GoogleSignIn.tsx#L22
'React' must be in scope when using JSX
lint: example/src/auth/Login.tsx#L20
'React' must be in scope when using JSX
lint: example/src/auth/Login.tsx#L21
'React' must be in scope when using JSX
lint: example/src/components/Assets.tsx#L83
Inline style: { textAlign: 'center' }
lint
Inline style: { flex: 3, paddingRight: 10 }
lint
Inline style: { flex: 1 }
lint
Empty components are self-closing
lint: example/src/components/BackupAndRecover.tsx#L164
'passphrasePersist' is already declared in the upper scope on line 123 column 9
lint: example/src/components/BackupAndRecover.tsx#L174
Value of 'err' may be overwritten in IE 8 and earlier
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/