Skip to content

Commit

Permalink
Minor: Fix broken badge
Browse files Browse the repository at this point in the history
Apparently some upstream issue with the badges caused a badge on
the homepage to break down. This commit should fix that

Signed-off-by: notsatan <[email protected]>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent 8ff7164 commit fbf63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![A gif displaying `go-template` in action][demo-gif]

[![Build status](https://img.shields.io/github/workflow/status/notsatan/go-template/Black?style=for-the-badge&logo=github)][black-action]
[![Build status](https://img.shields.io/github/actions/workflow/status/notsatan/go-template/black.yml?style=for-the-badge&logo=github)][black-action]
[![No Dependencies](https://img.shields.io/badge/Dependencies-None-green?style=for-the-badge&logo=dependabot)][gomod-file]
[![MIT License](https://img.shields.io/github/license/notsatan/go-template?color=red&style=for-the-badge)][project-license]
[![Pre-Commit Enabled](https://img.shields.io/badge/Pre--Commit-Enabled-blue?style=for-the-badge&logo=pre-commit)][project-precommit]
Expand Down

0 comments on commit fbf63f7

Please sign in to comment.