Skip to content

ci: upgrade cypress ghaction version #23

ci: upgrade cypress ghaction version

ci: upgrade cypress ghaction version #23

Triggered via pull request June 28, 2023 02:47
Status Success
Total duration 1m 52s
Artifacts

lint.yml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint (16)
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 (16): src/components/ButtonConnect/NavigationConnect.tsx#L24
React Hook useCallback has missing dependencies: 'disconnect' and 'logout'. Either include them or remove the dependency array
Lint (16): src/components/Image/options.ts#L1
Assign object to a variable before exporting as module default
Lint (16): src/components/Layout.tsx#L55
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
Lint (16): src/components/Layout.tsx#L64
React Hook useEffect has missing dependencies: 'activate' and 'active'. Either include them or remove the dependency array
Lint (16): src/components/Layout.tsx#L70
React Hook useEffect has missing dependencies: '_needToChangeNetwork' and 'onPresentWalletWrongNetworkModal'. Either include them or remove the dependency array
Lint (16): src/components/Menu/hooks/useMenuItemsStatus.ts#L28
Assign literal to a variable before exporting as module default
Lint (16): src/components/Navbar/index.tsx#L87
React Hook useEffect has a missing dependency: '_setWalletFromLocalStorage'. Either include it or remove the dependency array
Lint (16): src/components/Navbar/index.tsx#L144
React Hook useMemo has missing dependencies: 'dismisMobileNav', 'setLanguage', and 't'. Either include them or remove the dependency array
Lint (16): src/components/Wallet/WalletWrongNetworkModal.tsx#L25
React Hook useEffect has a missing dependency: 'onDismiss'. Either include it or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint (16): src/hooks/useAuth.tsx#L62
React Hook useCallback has an unnecessary dependency: 't'. Either exclude it or remove the dependency array