mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 11:12:14 +00:00
## About The Pull Request just moving the dm annotator script out of the CI folder, into a new module which can be executed if this breaks stuff again then i am going to cry ## Why It's Good For The Game less clutter inside of `./tools/ci` ## Changelog nothing playerfacing
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
tools/bootstrap/python -m dm_annotator "$@"
|