update #59
ci.yml
on: push
lint
46s
test
3m 11s
build-library
42s
build-android
1m 0s
build-ios
2m 37s
Annotations
15 errors and 7 warnings
build-library
Process completed with exit code 1.
|
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-008aacf5/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/m_/cksx93ys47x4621g0zbw_m4m0000gn/T/xfs-9953ebcb/yarn run build:ios exited (65)
|
build-ios
Process completed with exit code 65.
|
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/
|
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/App.tsx#L18
Inline style: { fontSize: 20 }
|
lint:
example/src/App.tsx#L27
Inline style: { fontSize: 20 }
|
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/
|
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/
|