Skip to content

Commit

Permalink
Add build status badge (#74)
Browse files Browse the repository at this point in the history
Add a build status to the `README.md` file.
  • Loading branch information
khatchad authored Jun 29, 2023
1 parent 2862c6f commit e34f29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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].
Expand Down

0 comments on commit e34f29d

Please sign in to comment.