edit gitea workflows

This commit is contained in:
fabolous005 2024-04-03 17:49:51 +02:00
parent 9c71f531f2
commit 3ee5842519
2 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
on: [push]
name: CI
jobs:
build:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:

View File

@ -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]