From 83efe3481a5c001ae37116e8a5b0240552fa6c04 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sat, 29 Apr 2023 11:48:57 -0700 Subject: ci: gofmt, golint => revive, update tools and actions (#87) Fixes up the `make lint` target to also check that all files are properly gofmt-ed, replaces the deprecated `golint` check with `revive`, and sets up dependabot to also update tools and actions regularly. --- templates/templates.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/templates.go') diff --git a/templates/templates.go b/templates/templates.go index 7f90908..4217a5a 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -1,3 +1,5 @@ +// Package templates exposes the template used by Sally +// to render the HTML pages. package templates import _ "embed" // needed for go:embed -- cgit v1.2.3