From c0f40f389e679b419e8e0274b5cd78838bbab457 Mon Sep 17 00:00:00 2001 From: Martin Saporiti Date: Mon, 18 Dec 2023 14:47:06 -0300 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e706da6..1a99fb3 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ # Verifier Backend +[![golangci-lint](https://github.com/0xPolygonID/verifier-backend/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/0xPolygonID/verifier-backend/actions/workflows/golangci-lint.yml) ### Requirements: 1. Create a file named `.env` in the root directory of the project. .env-example is provided as an example.