Skip to content

chore: add basic test suite for hooks #302

chore: add basic test suite for hooks

chore: add basic test suite for hooks #302

Triggered via pull request November 7, 2023 13:45
Status Failure
Total duration 1m 10s
Artifacts

validate-js.yml

on: pull_request
Compile JS (tsc)
42s
Compile JS (tsc)
Lint JS (eslint, prettier)
48s
Lint JS (eslint, prettier)
Test JS
1m 1s
Test JS
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 6 warnings
Compile JS (tsc): src/App.tsx#L69
[tsc] reported by reviewdog 🐶 'View' cannot be used as a JSX component. Raw Output: src/App.tsx(69,6): error TS2786: 'View' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L70
[tsc] reported by reviewdog 🐶 'Text' cannot be used as a JSX component. Raw Output: src/App.tsx(70,8): error TS2786: 'Text' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L71
[tsc] reported by reviewdog 🐶 'View' cannot be used as a JSX component. Raw Output: src/App.tsx(71,8): error TS2786: 'View' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L72
[tsc] reported by reviewdog 🐶 'Text' cannot be used as a JSX component. Raw Output: src/App.tsx(72,10): error TS2786: 'Text' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L73
[tsc] reported by reviewdog 🐶 'TextInput' cannot be used as a JSX component. Raw Output: src/App.tsx(73,10): error TS2786: 'TextInput' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L80
[tsc] reported by reviewdog 🐶 'View' cannot be used as a JSX component. Raw Output: src/App.tsx(80,8): error TS2786: 'View' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L81
[tsc] reported by reviewdog 🐶 'Text' cannot be used as a JSX component. Raw Output: src/App.tsx(81,10): error TS2786: 'Text' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L82
[tsc] reported by reviewdog 🐶 'TextInput' cannot be used as a JSX component. Raw Output: src/App.tsx(82,10): error TS2786: 'TextInput' cannot be used as a JSX component.
Compile JS (tsc): src/App.tsx#L89
[tsc] reported by reviewdog 🐶 'Button' cannot be used as a JSX component. Raw Output: src/App.tsx(89,8): error TS2786: 'Button' cannot be used as a JSX component.
Compile JS (tsc)
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
Lint JS (eslint, prettier)
Process completed with exit code 2.
Compile JS (tsc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compile JS (tsc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint JS (eslint, prettier)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint JS (eslint, prettier)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test JS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test JS
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/