Skip to content

Commit bdc4f66

Browse files
added badges (#84)
* added badges * renamed extension to `yml` for consistency * add badges * Rename workflow to 'Lint and Tests'
1 parent 5b32c2e commit bdc4f66

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint_and_tests
1+
name: Lint and Tests
22

33
on:
44
# Trigger the workflow on push to master or any pull request

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Matrix: Multi-Agent daTa geneRation Infra and eXperimentation
66
Fast, scalable, and easy-to-use LLM-generation engine
77
</h3>
88

9+
<div align="center">
10+
11+
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/)
12+
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/)
13+
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/)
14+
[![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)
15+
[![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)
16+
[![license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](./LICENSE)
17+
18+
</div>
19+
920
---
1021

1122
*Latest News*

0 commit comments

Comments
 (0)