oops #23
ci.yml
on: push
lint
13s
test
20s
build-library
14s
build-android
22s
build-ios
45s
Annotations
14 errors and 7 warnings
lint:
example/src/App.tsx#L3
Replace `·Button,·SafeAreaView,·ScrollView,·StyleSheet,·Text,·TextInput·` with `⏎··Button,⏎··SafeAreaView,⏎··ScrollView,⏎··StyleSheet,⏎··Text,⏎··TextInput,⏎`
|
lint:
example/src/App.tsx#L3
'StyleSheet' is defined but never used
|
lint:
example/src/App.tsx#L4
Replace `·AuthorizeWithGoogle,·SignInWithGoogle·` with `⏎··AuthorizeWithGoogle,⏎··SignInWithGoogle,⏎`
|
lint:
example/src/App.tsx#L8
Delete `⏎`
|
lint:
example/src/App.tsx#L10
Replace `""` with `''`
|
lint:
example/src/App.tsx#L11
Replace `familyName:·"",·givenName:·"",·id:·"",·idToken:·""})` with `⏎····familyName:·'',⏎····givenName:·'',⏎····id:·'',⏎····idToken:·'',⏎··});`
|
lint:
example/src/App.tsx#L12
Replace `""` with `''`
|
lint:
example/src/App.tsx#L13
Replace `·useState<AuthorizationResult>({accessToken:·"",·serverAuthCode:·"",·authorizedScopes:·[]` with `⏎····useState<AuthorizationResult>({⏎······accessToken:·'',⏎······serverAuthCode:·'',⏎······authorizedScopes:·[],⏎····`
|
lint:
example/src/App.tsx#L18
Replace `fontSize:·20` with `·fontSize:·20·`
|
lint:
example/src/App.tsx#L19
Replace `·placeholder='clientId'·value={clientId}·onChangeText={setClientId}` with `⏎··········placeholder="clientId"⏎··········value={clientId}⏎··········onChangeText={setClientId}⏎········`
|
build-android
react-native-google-auth-example#build:android: command (/home/runner/work/react-native-google-auth/react-native-google-auth/example) /tmp/xfs-06efb642/yarn run build:android exited (128)
|
build-android
Process completed with exit code 128.
|
build-ios
react-native-google-auth-example#build:ios: command (/Users/runner/work/react-native-google-auth/react-native-google-auth/example) /private/var/folders/sx/mf6nj_sn1ll2crpml02qjgbr0000gn/T/xfs-8223c43b/yarn run build:ios exited (66)
|
build-ios
Process completed with exit code 66.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
example/src/App.tsx#L18
Inline style: { fontSize: 20 }
|
lint:
example/src/App.tsx#L27
Inline style: { fontSize: 20 }
|
build-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ios
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|