diff --git a/mise.toml b/mise.toml index c30b3816..0906f56d 100644 --- a/mise.toml +++ b/mise.toml @@ -14,14 +14,6 @@ gh = 'latest' [task_config] includes = ["scripts"] -# PUBLIC TASKS - -# CI - -[tasks."ci:watch"] -description = "Monitor CI status" -run = "gh run watch" - # PRODUCTION [tasks."prod:console"] diff --git a/scripts/ci/watch b/scripts/ci/watch new file mode 100755 index 00000000..f23498d1 --- /dev/null +++ b/scripts/ci/watch @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +#MISE description="Watch CI running" + +set -e + +gh run watch