From e34f29d17b4e35f32929ebc01de75a9bb77072ca Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Wed, 28 Jun 2023 23:59:02 -0400 Subject: [PATCH] Add build status badge (#74) Add a build status to the `README.md` file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40800cca5..3ce206c00 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [Ariadne](https://wala.github.io/ariadne/) +[![Continuous integration](https://github.com/wala/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/wala/ML/actions/workflows/continuous-integration.yml) + This is the top level repository for Ariadne code. More information on using the Ariadne tools can be found [here](https://wala.github.io/ariadne/). This repository is code to analyze machine learning code with [WALA]. Currently, the code consists of the analysis of Python (`com.ibm.wala.cast.python`), analysis focused on machine learning in Python (`com.ibm.wala.cast.python.ml`), support for using the analysis via J2EE WebSockets (`com.ibm.wala.cast.python.ml.j2ee`) and their associated test projects. Since it is built using [WALA], you need to have WALA on your system to use it. Instructions on building this project can be found in [CONTRIBUTING.md].