diff --git a/.github/workflows/lint_and_tests.yaml b/.github/workflows/lint_and_tests.yml similarity index 97% rename from .github/workflows/lint_and_tests.yaml rename to .github/workflows/lint_and_tests.yml index 8c5d983..ba61050 100644 --- a/.github/workflows/lint_and_tests.yaml +++ b/.github/workflows/lint_and_tests.yml @@ -1,4 +1,4 @@ -name: lint_and_tests +name: Lint and Tests on: # Trigger the workflow on push to master or any pull request diff --git a/README.md b/README.md index 0b5a9a6..6ce061a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ Matrix: Multi-Agent daTa geneRation Infra and eXperimentation Fast, scalable, and easy-to-use LLM-generation engine +
+ +[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/) +[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/) +[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/) +[![Lint and Tests](https://github.com/facebookresearch/matrix/actions/workflows/lint_and_tests.yml/badge.svg)](https://github.com/facebookresearch/matrix/actions/workflows/lint_and_tests.yml?query=branch%3Amain) +[![Test Docker Image](https://github.com/facebookresearch/matrix/actions/workflows/docker_image.yml/badge.svg)](https://github.com/facebookresearch/matrix/actions/workflows/docker_image.yml?query=branch%3Amain) +[![license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](./LICENSE) + +
+ --- *Latest News*