chore: replace google font provider, adjust storybook config #973
code-check.yml
on: pull_request
quality-assurance
4s
type
1m 16s
Annotations
5 warnings and 1 notice
lint/style/noNonNullAssertion:
src/components/SignInDialog.tsx#L100
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/components/SignInDialog.tsx#L123
Forbidden non-null assertion.
|
lint/correctness/useExhaustiveDependencies:
src/hooks/useIsStuck.ts#L21
This hook does not specify all of its dependencies: setIsStuckActive
|
lint/correctness/useExhaustiveDependencies:
src/hooks/useIsStuck.ts#L21
This hook specifies more dependencies than necessary: ref
|
type
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@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/suspicious/noArrayIndexKey:
src/app/explorer/page.tsx#L130
Avoid using the index of an array as key property in an element.
|