ci/cd: gains GH action to automate checks and tests #11
ci.yml
on: pull_request
Install Node and Dependencies
13s
unit_tests
19s
Run Integration Tests
46s
Run Linting
25s
Run Type Checking
24s
Annotations
10 errors and 5 warnings
Run Linting:
src/js/PieExploded2.js#L19
'container_div_width' is assigned a value but never used
|
Run Linting:
src/js/PieExploded2.js#L35
'labels_pie' is already defined
|
Run Linting:
src/js/PieExploded2.js#L151
Unexpected aliasing of 'this' to local variable
|
Run Linting:
src/js/PieExploded2.js#L194
'offset' is assigned a value but never used
|
Run Linting:
src/js/PieExploded2.js#L266
'i' is defined but never used
|
Run Linting:
src/js/PieExploded2.js#L269
'i' is defined but never used
|
Run Linting:
src/js/PieExploded2.js#L272
'i' is defined but never used
|
Run Linting:
src/js/PieExploded2.js#L293
'd' is defined but never used
|
Run Linting:
src/js/PieExploded2.js#L293
'i' is defined but never used
|
Run Linting:
src/js/PieExploded2.js#L294
Unexpected aliasing of 'this' to local variable
|
Install Node and Dependencies
The following actions uses Node.js version which is deprecated 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/
|
unit_tests
The following actions uses Node.js version which is deprecated 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/
|
Run Type Checking
The following actions uses Node.js version which is deprecated 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/
|
Run Linting
The following actions uses Node.js version which is deprecated 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/
|
Run Integration Tests
The following actions uses Node.js version which is deprecated 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/
|