Skip to content

Commit

Permalink
docs(README): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent a0fa85e commit c88b2ef
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,20 @@
<a href="/~https://github.com/dependabot">
<img alt="dependabot" src="https://img.shields.io/badge/dependabot-enable-success?logo=Dependabot">
</a>
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/actions/workflows/ci.yaml">
<img alt="CI" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/poetry-plugin-dotenv/ci.yaml?label=CI&logo=github">
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/actions/workflows/tests.yaml">
<img alt="tests" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/poetry-plugin-dotenv/tests.yaml?label=Tests&logo=pytest">
</a>
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/actions/workflows/cd.yaml">
<img alt="CD" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/poetry-plugin-dotenv/cd.yaml?label=CD&logo=github">
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/actions/workflows/linters.yaml">
<img alt="linters" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/poetry-plugin-dotenv/linters.yaml?label=Linters&logo=lintcode">
</a>
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/actions/workflows/release.yaml">
<img alt="release" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/poetry-plugin-dotenv/release.yaml?label=Release&logo=pypi">
</a>
<a href="/~https://github.com/pivoshenko/poetry-plugin-dotenv/blob/main/.pre-commit-config.yaml">
<img alt="hooks" src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit">
</a>
<a href="https://pypi.org/project/poetry-plugin-dotenv">
<img alt="wheel" src="https://img.shields.io/pypi/wheel/poetry-plugin-dotenv?logo=pypi">
<img alt="wheel" src="https://img.shields.io/pypi/wheel/poetry-plugin-dotenv?logo=pypy">
</a>
</p>

Expand Down

0 comments on commit c88b2ef

Please sign in to comment.