All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 13s
Ci Fix Fixed missing quotes Ci Fix Ci Fix: Why do i need to do this way? Ci Fix: Another try Ci Fix: Fixed "Fun" docker problem Ci Fix: ARAAAAAAGG Fuck my life fasdgrdtgjz5uj6rz65jztu5jzt6uujztnzt56zu7jzt65u Partial Ci cicd Change something Test mhmm test asd test ? asd ßsd asd asdasd asd asd ddd asd asd ddasd asd asd asd asd asd asd dddd asdd asddd asd
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"label": "Compile All",
|
|
"type": "shell",
|
|
"command": "TYPST_SOURCE_DIR=src BUILD_DIR=output ./compile-all.bash",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": [],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
}
|
|
]
|
|
}
|