Skip to content

improve script and test #34

improve script and test

improve script and test #34

Triggered via push December 27, 2023 17:55
Status Success
Total duration 17s
Artifacts

test.yml

on: push
runner / Biome (github-check)
9s
runner / Biome (github-check)
runner / Biome (github-pr-check)
0s
runner / Biome (github-pr-check)
runner / Biome (github-pr-review)
0s
runner / Biome (github-pr-review)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
runner / Biome (github-check): testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶 expected `,` but instead found `a` Raw Output: error/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × expected `,` but instead found `a`
runner / Biome (github-check): testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶 Invalid assignment to `++b` Raw Output: error/lint.js:1:7 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Invalid assignment to `++b`
runner / Biome (github-check): testdata/error/lint.js#L2
[Biome] reported by reviewdog 🐶 rest element may not have a trailing comma Raw Output: error/lint.js:2:15 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × rest element may not have a trailing comma
runner / Biome (github-check): testdata/error/lint.js#L3
[Biome] reported by reviewdog 🐶 Expected an expression, or an assignment but instead found ','. Raw Output: error/lint.js:3:6 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Expected an expression, or an assignment but instead found ','.
runner / Biome (github-check): testdata/error/lint.js#L3
[Biome] reported by reviewdog 🐶 Expected an identifier, or an assignment target but instead found '='. Raw Output: error/lint.js:3:8 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Expected an identifier, or an assignment target but instead found '='.
runner / Biome (github-check): testdata/error/lint.js#L4
[Biome] reported by reviewdog 🐶 expected `,` but instead found `b` Raw Output: error/lint.js:4:5 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × expected `,` but instead found `b`
runner / Biome (github-check): testdata/error/lint.js#L5
[Biome] reported by reviewdog 🐶 expected `,` but instead found `:` Raw Output: error/lint.js:5:3 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × expected `,` but instead found `:`
runner / Biome (github-check): testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶 lint The file contains diagnostics that needs to be addressed. Raw Output: error/lint.js lint ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × The file contains diagnostics that needs to be addressed.
runner / Biome (github-check): testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶 format Format with errors is disabled. Raw Output: error/lint.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Format with errors is disabled.
runner / Biome (github-check)
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085