Skip to content

Commit

Permalink
docs(core): implement badges for project (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 10, 2024
1 parent af3960f commit 436d512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provision/generators/README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ badges:
- name: Lint
image: https://img.shields.io/github/workflow/status/hadenlabs/zsh-core/lint-code
url: https://github.com/hadenlabs/zsh-core/actions?workflow=lint-code
- name: CI
image: https://img.shields.io/github/workflow/status/hadenlabs/zsh-core/ci
url: https://github.com/hadenlabs/zsh-core/actions?workflow=ci
- name: Test
image: https://img.shields.io/github/workflow/status/hadenlabs/zsh-core/test
url: https://github.com/hadenlabs/zsh-core/actions?workflow=test
- name: pre-commit
image: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
url: https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit 436d512

Please sign in to comment.