From a2d6495d18ce612177475938f2de1322a37f79be Mon Sep 17 00:00:00 2001 From: sakebook Date: Tue, 6 Jan 2026 22:27:40 +0900 Subject: [PATCH] docs: add ci status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7464e4..784dcc3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gsw (Google Switch) +[![test](https://github.com/sakebook/gsw/actions/workflows/test.yml/badge.svg)](https://github.com/sakebook/gsw/actions/workflows/test.yml) + > Switch Google Cloud configurations as easily as valid `gsw` is a lightweight Bash/Zsh plugin that makes switching between Google Cloud SDK configurations effortless. It supports both **Global** switching (changing the default for all shells) and **Local** switching (changing only for the current shell session).