refactor(TileBuilder): migrate to TypeScript #3593
integration.yml
on: pull_request
Check Commit Message
2s
Build bundle, check Linter and generate documentation
31s
Publish NPM package
0s
Deploy to itowns.github.io
0s
Release GitHub
0s
Annotations
2 errors and 8 warnings
Check Commit Message
Error: One or several of the pushed commits do not match the conventional commit convention. Please read CONTRIBUTING.md.
|
Build bundle, check Linter and generate documentation
Process completed with exit code 1.
|
Check Commit Message
The following actions use a deprecated Node.js version and will be forced to run on node20: gsactions/commit-message-checker@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build bundle, check Linter and generate documentation
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/
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L11
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L11
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L12
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L12
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L13
tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
|
Build bundle, check Linter and generate documentation:
src/Core/TileGeometry.ts#L13
tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|