aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-06-03 00:43:07 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-06-03 00:44:51 +0900
commitdc7824f672565e1d761282e3768383107720553b (patch)
tree550d1a99733142e727408d30412520faad6a7403 /README.md
parentSet up CI (diff)
downloadtre-dc7824f672565e1d761282e3768383107720553b.tar.gz
tre-dc7824f672565e1d761282e3768383107720553b.tar.xz
Add status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1dbf26a..f7aaea9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
maleeni provides a compiler that generates a portable DFA for lexical analysis and a driver for golang.
+[![Test](https://github.com/nihei9/maleeni/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/nihei9/maleeni/actions/workflows/test.yml)
+
## Installation
```sh