Files
Bubberstation/tools/ci/annotate_dm.sh
distributivgesetz afe58b5aeb Move the DreamChecker annotator into a new module (#78447)
## 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
2023-09-20 14:44:42 -06:00

5 lines
75 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
tools/bootstrap/python -m dm_annotator "$@"