From fc349551e39d4b1203a3743a76ac953686d49e07 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Wed, 15 Dec 2021 21:17:48 +0900 Subject: Use golangci-lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 805e50c..7289fa1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ maleeni is a lexer generator for golang. maleeni also provides a command to perform lexical analysis to allow easy debugging of your lexical specification. -[![Test](https://github.com/nihei9/maleeni/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/nihei9/maleeni/actions/workflows/test.yml) +[![ci](https://github.com/nihei9/maleeni/actions/workflows/ci.yaml/badge.svg)](https://github.com/nihei9/maleeni/actions/workflows/ci.yaml) ## Installation -- cgit v1.2.3