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].