Added CI to enforce linting and type checking. #1
Annotations
10 errors and 1 warning
lint_and_typecheck:
config.js#L1
Cannot find module 'gi://GLib'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
lint_and_typecheck:
config.js#L4
Cannot find name 'App'.
|
lint_and_typecheck:
config.js#L8
Cannot find name 'pkg'.
|
lint_and_typecheck:
config.js#L15
Cannot find name 'Utils'.
|
lint_and_typecheck:
config.js#L31
Cannot find name 'Utils'.
|
lint_and_typecheck:
config.js#L48
Cannot find name 'print'.
|
lint_and_typecheck:
config.js#L49
Cannot find name 'App'.
|
lint_and_typecheck:
config.js#L54
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
lint_and_typecheck:
config.js#L55
Cannot find name 'App'.
|
lint_and_typecheck:
customModules/PollVar.ts#L1
Cannot find module 'gi://GLib?version=2.0'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
lint_and_typecheck
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/
|