From 27835e808efbab73864346b8f1fb9c6fad7ef3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Attila=20Bir=C3=B3?= Date: Sat, 28 Mar 2026 00:25:40 +0100 Subject: [PATCH] fix: add GitHub Actions lint status badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d259290..a8e05cd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Git Workflow — Claude Code Skill +[![Lint](https://github.com/qubernetic-org/git-workflow-agent-skill/actions/workflows/lint.yml/badge.svg)](https://github.com/qubernetic-org/git-workflow-agent-skill/actions/workflows/lint.yml) [![Version](https://img.shields.io/badge/version-1.3.0-blue.svg)](CHANGELOG.md) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-skill-7c3aed.svg)](https://claude.ai/code)