From a47aaef1ae0379e5d01076366b3a778c4c15a268 Mon Sep 17 00:00:00 2001 From: Kyal Lanum <48729516+kyallanum@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:15:13 -0700 Subject: [PATCH] Update README.md (#4) Signed-off-by: Kyal Lanum <48729516+kyallanum@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8296883..5e699ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # [Athena](https://github.com/kyallanum/athena) -[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) +[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) +[![Build](https://img.shields.io/github/actions/workflow/status/kyallanum/athena/go.yml)](https://github.com/kyallanum/athena/actions) A universal log parser. Weed out the unimportant information. @@ -68,4 +69,4 @@ Rule : 1. Print - Prints out a line for every instance of ```` that was extracted. If there are two "Print" operations, then the second one's data will match to the first one in each line. --- -##### Licensed under [Apache 2.0 License](https://opensource.org/license/apache-2-0/) (c) Kyal Lanum \ No newline at end of file +##### Licensed under [Apache 2.0 License](https://opensource.org/license/apache-2-0/) (c) Kyal Lanum