chore: actions workflow with linter #8
release.yml
on: push
Annotations
7 errors and 5 warnings
✅ Linter:
main.ts#L19
'settings' is never reassigned. Use 'const' instead
|
✅ Linter:
main.ts#L114
Unnecessary escape character: \^
|
✅ Linter:
main.ts#L114
Unnecessary escape character: \[
|
✅ Linter:
main.ts#L114
Unnecessary escape character: \/
|
✅ Linter:
src/search.ts#L1
'Notice' is defined but never used
|
✅ Linter:
src/settings.ts#L71
'valueToSet' is never reassigned. Use 'const' instead
|
✅ Linter
Process completed with exit code 1.
|
node-setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
✅ Linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
✅ Linter:
main.ts#L54
Unexpected empty method 'onunload'
|
✅ Linter:
src/search.ts#L1
'Notice' is defined but never used
|
✅ Linter:
src/search.ts#L31
'event' is defined but never used
|