From ea21eb1e9fbf906d8a8b38a34093889a7f296304 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 16 Sep 2025 09:43:33 +0300 Subject: [PATCH] Add mise task to watch CI --- mise.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index b92e85e4..7c97aeb2 100644 --- a/mise.toml +++ b/mise.toml @@ -132,8 +132,6 @@ depends = [ description = 'Install dependencies and setup the database' run = ['mix setup'] -# AI - [tasks."usage-rules:sync"] description = 'Sync usage rules from dependencies to CLAUDE.md' run = """ @@ -143,6 +141,12 @@ mix usage_rules.sync CLAUDE.md --all \ --remove-missing """ +# CI + +[tasks."ci:watch"] +description = "Monitor CI status" +run = "gh run watch" + # PRODUCTION [tasks."prod:console"]