sdkjfhs #49
ci.yml
on: push
lint
19s
test
25s
build-library
20s
build-android
32s
build-ios
1m 2s
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-e8242c03/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/h9/l1shxhdd69nct08ylzq0n6q00000gn/T/xfs-39cc7830/yarn run build:ios exited (65)
|
build-ios
Process completed with exit code 65.
|
lint
The following actions uses Node.js version which is deprecated 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-library
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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/
|