edit gitea workflows
This commit is contained in:
parent
9c71f531f2
commit
3ee5842519
@ -1,7 +1,7 @@
|
||||
on: [push]
|
||||
name: CI
|
||||
jobs:
|
||||
build:
|
||||
build_and_test:
|
||||
name: Rust project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@ -1,12 +1,8 @@
|
||||
[[piece]]
|
||||
[piece.turtle]
|
||||
change = [
|
||||
[ 1, 2 ],
|
||||
[ 2, 1 ]
|
||||
]
|
||||
change = [[1, 2], [2, 1]]
|
||||
|
||||
# INFO: when one: number of must-moves
|
||||
# if 0 infinite
|
||||
# INFO: when two: [0] = min, [1] = max
|
||||
iterable = [ 1, 2 ]
|
||||
|
||||
iterable = [1, 2]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user