aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-12-15 21:17:48 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-12-15 22:35:54 +0900
commitfc349551e39d4b1203a3743a76ac953686d49e07 (patch)
tree19507233ddad5ef6ef5b7c1c8f178c0fb6dfc10a /README.md
parentUpdate CHANGELOG (diff)
downloadtre-fc349551e39d4b1203a3743a76ac953686d49e07.tar.gz
tre-fc349551e39d4b1203a3743a76ac953686d49e07.tar.xz
Use golangci-lint
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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