Skip to content

Merge pull request #15 from mongolyy/feature/add-commit-suggestions #91

Merge pull request #15 from mongolyy/feature/add-commit-suggestions

Merge pull request #15 from mongolyy/feature/add-commit-suggestions #91

Triggered via push January 17, 2024 14:28
Status Success
Total duration 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
runner / Biome (github-check)
10s
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

4 errors
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
Invalid assignment to `++b` ``` > 1 │ [a a, ++b, ] = test; │ ^^^ 2 │ ``` i This expression cannot be assigned to
[Biome] testdata/error/lint.js: testdata/error/lint.js#L0
Format with errors is disabled.
[Biome] testdata/error/format.js: testdata/error/format.js#L0
File content differs from formatting output ``` 1 │ - const·a·=·[2,2,1,3]; 1 │ + const·a·=·[2,·2,·1,·3]; 2 2 │ ```