Turn on standard input #101
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
runner / Biome (github-check)
17s
runner / Biome (github-pr-check)
13s
runner / Biome (github-pr-review)
13s
Annotations
13 errors
runner / Biome (github-pr-check):
error/lint.js#L1
expected `,` but instead found `a`
|
runner / Biome (github-pr-check):
error/lint.js#L1
Invalid assignment to `++b`
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
expected `,` but instead found `a`
```
> 1 │ [a a, ++b, ] = test;
│ ^
2 │
```
i Remove a
Raw Output:
error/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× expected `,` but instead found `a`
```
> 1 │ [a a, ++b, ] = test;
│ ^
2 │
```
i Remove a
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
Invalid assignment to `++b`
```
> 1 │ [a a, ++b, ] = test;
│ ^^^
2 │
```
i This expression cannot be assigned to
Raw Output:
error/lint.js:1:7 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Invalid assignment to `++b`
```
> 1 │ [a a, ++b, ] = test;
│ ^^^
2 │
```
i This expression cannot be assigned to
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
Format with errors is disabled.
Raw Output:
error/lint.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Format with errors is disabled.
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
Fixes applied to the file, but there are still diagnostics to address.
Raw Output:
error/lint.js check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Fixes applied to the file, but there are still diagnostics to address.
|
runner / Biome (github-pr-review):
testdata/check#L1
[Biome] reported by reviewdog 🐶
Some errors were emitted while applying fixes.
Raw Output:
check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Some errors were emitted while applying fixes.
|
runner / Biome (github-pr-review)
Process completed with exit code 1.
|
runner / Biome (github-pr-review):
testdata/error/format.js#L1
[Biome] reported by reviewdog 🐶
Raw Output:
testdata/error/format.js:1:-const a = [2,2,1,3];
testdata/error/format.js:1:+const a = [2, 2, 1, 3];
|
runner / Biome (github-pr-review):
testdata/error/format.ts#L1
[Biome] reported by reviewdog 🐶
Raw Output:
testdata/error/format.ts:1:-import type {
testdata/error/format.ts:2:- A,
testdata/error/format.ts:3:-} from 'a';
testdata/error/format.ts:1:+import type { A } from "a";
|
runner / Biome (github-pr-review)
Process completed with exit code 1.
|
runner / Biome (github-check):
error/lint.js#L1
expected `,` but instead found `a`
|
runner / Biome (github-check):
error/lint.js#L1
Invalid assignment to `++b`
|