Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
bugfix: Fix badges
  • Loading branch information
kmesiab authored Oct 16, 2024
1 parent 6909b07 commit 43bb47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![Golang](https://img.shields.io/badge/Go-00add8.svg?labelColor=171e21&style=for-the-badge&logo=go)

![Build](https://github.com/kmesiab/go-policy-enforcer/actions/workflows/go
-build.yml/badge.svg)
![Build](https://github.com/kmesiab/go-policy-enforcer/actions/workflows/go-build.yml/badge.svg)
![Build](https://github.com/kmesiab/go-policy-enforcer/actions/workflows/go-lint.yml/badge.svg)
![Build](https://github.com/kmesiab/go-policy-enforcer/actions/workflows/go-test.yml/badge.svg)
[![Go Report Card](htt
[![Go Report Card](https://goreportcard.com/badge/github.com/kmesiab/go-policy-enforcer)](https://goreportcard.com/report/github.com/kmesiab/go-policy-enforcer)


Go Policy Enforcer is a flexible, lightweight library that allows
developers to dynamically enforce policies on Go structs using
Expand Down

0 comments on commit 43bb47b

Please sign in to comment.