Skip to content

Commit e846030

Browse files
committed
docs: fix badges in README
1 parent 6b2bf8a commit e846030

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,24 @@
44
</picture>
55
</p>
66

7-
8-
<!-- <div align="center">
9-
10-
[![pre-commit](https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yaml/badge.svg)](https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yaml/badge.svg)
11-
[![unit_tests](https://github.com/mozilla-ai/encoderfile/actions/workflows/run-unit-tests.yaml/badge.svg)](https://github.com/mozilla-ai/encoderfile/actions/workflows/run-unit-tests.yaml/badge.svg)
12-
[![benchmarks](https://github.com/mozilla-ai/encoderfile/actions/workflows/run-benchmarks.yaml/badge.svg)](https://github.com/mozilla-ai/encoderfile/actions/workflows/run-benchmarks.yaml/badge.svg)
13-
14-
[![codspeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/mozilla-ai/encoderfile?utm_source=badge)
15-
[![codecov](https://codecov.io/gh/mozilla-ai/encoderfile/graph/badge.svg?token=45KUDEYD8Z)](https://codecov.io/gh/mozilla-ai/encoderfile)
16-
17-
</div> -->
18-
197
<p align="center">
20-
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yaml">
21-
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yaml/badge.svg" />
8+
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yml">
9+
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/pre-commit.yml/badge.svg" />
2210
</a>
23-
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/ci.yaml">
24-
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/ci.yaml/badge.svg" />
11+
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/ci.yml">
12+
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/ci.yml/badge.svg" />
13+
</a>
14+
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/docs.yml">
15+
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/docs.yml/badge.svg" />
16+
</a>
17+
</p>
18+
19+
<p align="center">
20+
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/release.yml">
21+
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/release.yml/badge.svg" />
2522
</a>
26-
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/docs.yaml">
27-
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/docs.yaml/badge.svg" />
23+
<a href="https://github.com/mozilla-ai/encoderfile/actions/workflows/version.yml">
24+
<img src="https://github.com/mozilla-ai/encoderfile/actions/workflows/version.yml/badge.svg" />
2825
</a>
2926
</p>
3027

0 commit comments

Comments
 (0)