Skip to content

Commit

Permalink
chore: rename ci and fix readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Feb 27, 2024
1 parent 3a83a10 commit 87dad34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Tests and Linters 🧪

on: [ push, pull_request ]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<a href="https://badge.fury.io/py/id-marl-eval">
<img src="https://badge.fury.io/py/id-marl-eval.svg" alt="PyPI version" height="18">
</a>
<a href="https://github.com/instadeepai/marl-eval/actions/workflows/ci.yml">
<img src="https://github.com/instadeepai/marl-eval/actions/workflows/ci.yml/badge.svg" alt="Tests and linters">
<a href="https://github.com/instadeepai/marl-eval/actions/workflows/ci.yaml">
<img src="https://github.com/instadeepai/marl-eval/actions/workflows/ci.yaml/badge.svg" alt="Tests and linters">
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style">
Expand Down

0 comments on commit 87dad34

Please sign in to comment.