feat: sign-form을 추가한다 #13
Annotations
2 warnings and 7 notices
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
qodana
Unexpected input(s) 'config', valid inputs are ['args', 'results-dir', 'cache-dir', 'use-caches', 'primary-cache-key', 'additional-cache-key', 'cache-default-branch-only', 'upload-result', 'artifact-name', 'use-annotations', 'pr-mode', 'post-pr-comment', 'github-token', 'push-fixes', 'commit-message', 'use-nightly']
|
Missing await for an async function call:
public/mockServiceWorker.js#L129
Missing await for an async function call
|
Missing await for an async function call:
public/mockServiceWorker.js#L63
Missing await for an async function call
|
Missing await for an async function call:
public/mockServiceWorker.js#L126
Missing await for an async function call
|
Missing await for an async function call:
public/mockServiceWorker.js#L43
Missing await for an async function call
|
Missing await for an async function call:
public/mockServiceWorker.js#L84
Missing await for an async function call
|
Missing await for an async function call:
public/mockServiceWorker.js#L50
Missing await for an async function call
|
Result of method call returning a promise is ignored:
public/mockServiceWorker.js#L17
Promise returned from skipWaiting is ignored
|