refactor: Use Rust to get installed apps and consider also user apps #16
typescript_checks.yml
on: pull_request
lint
40s
typescript-check
41s
Annotations
7 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/App.tsx#L36
React Hook React.useEffect has a missing dependency: 'updateUrl'. Either include it or remove the dependency array
|
lint:
src/utils/get-installed-app-names.ts#L18
Unexpected console statement
|
lint:
src/utils/hooks/useCloseOnUnfocus.ts#L16
React Hook React.useEffect has a missing dependency: 'currentWindow'. Either include it or remove the dependency array
|
lint:
src/utils/hooks/useIsDarkMode.ts#L46
React Hook React.useEffect has a missing dependency: 'setCustomTheme'. Either include it or remove the dependency array
|
lint:
src/utils/hooks/useIsKeyPressed.ts#L42
React Hook React.useEffect has missing dependencies: 'downHandler' and 'upHandler'. Either include them or remove the dependency array
|
typescript-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|