From b124c82ed43dd01c7bc4622a7fdca86db657187a Mon Sep 17 00:00:00 2001 From: Thribhuvan Date: Sun, 26 Jul 2026 20:20:44 +0530 Subject: [PATCH] docs: use consola's fancy reporter in init demo GIF (#2485) --- cspell.yml | 1 + docs/tapes/init-demo.tape | 3 +++ 2 files changed, 4 insertions(+) diff --git a/cspell.yml b/cspell.yml index 907c5e9a..c74d6294 100644 --- a/cspell.yml +++ b/cspell.yml @@ -29,6 +29,7 @@ words: - comctx - confbox - configfile + - consola - consolas - Cpath - crbug diff --git a/docs/tapes/init-demo.tape b/docs/tapes/init-demo.tape index 28405bf4..da67d3df 100644 --- a/docs/tapes/init-demo.tape +++ b/docs/tapes/init-demo.tape @@ -37,6 +37,9 @@ Hide # Create a temporary folder for demo Type 'mkdir packages/wxt/init-demo' Enter Type 'cd packages/wxt/init-demo' Enter +# Unset CI variables inherited from the GitHub Actions runner so consola +# picks its fancy reporter instead of the basic one (#2461) +Type 'unset CI GITHUB_ACTIONS' Enter Type 'clear' Enter Show