From aca310503955782155bbea050165bdf308b74801 Mon Sep 17 00:00:00 2001 From: "Urko." Date: Tue, 26 Dec 2023 10:09:54 +0100 Subject: [PATCH] fix: readme --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dea936d..b0cf98b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ COVERAGE_DIR=coverage lint: - golangci-lint run ./... + golangci-lint run goreportcard: goreportcard-cli -v test: diff --git a/README.md b/README.md index 426f057..0f9a404 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git clone https://gitea.urkob.com/urko/emailsender.git ## Usage -Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples) +Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples) ## Dependencies