baseline
Project CI / AI game creator shell Rust shard 1/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (push) Has been cancelled
Project CI / AI game creator shell Rust smoke (push) Has been cancelled
Project CI / AI game creator shell Rust crates (push) Has been cancelled
Project CI / Backend tests (push) Has been cancelled
Project CI / Native shell tests (push) Has been cancelled
Project CI / Frontend tests (push) Has been cancelled
Project CI / Repository checks (push) Has been cancelled
Project CI / AI game creator shell web tests (push) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (push) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (push) Has been cancelled
Project CI / AI game creator shell Rust smoke (push) Has been cancelled
Project CI / AI game creator shell Rust crates (push) Has been cancelled
Project CI / Backend tests (push) Has been cancelled
Project CI / Native shell tests (push) Has been cancelled
Project CI / Frontend tests (push) Has been cancelled
Project CI / Repository checks (push) Has been cancelled
Project CI / AI game creator shell web tests (push) Has been cancelled
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { zebra } from './zebra';
|
||||
import { alpha } from './alpha';
|
||||
void zebra; void alpha;
|
||||
// staged ignored change
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
const original = 1;
|
||||
const original={value:1}
|
||||
const keep = 2;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { alpha } from './alpha';
|
||||
import { zebra } from './zebra';
|
||||
|
||||
void alpha;
|
||||
void zebra;
|
||||
import { alpha } from './alpha';
|
||||
const staged={value:1}
|
||||
void zebra; void alpha; void staged;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
baseline
|
||||
Reference in New Issue
Block a user