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