From 074f49937ebd87078bfb9a057dec1e30c9b116a7 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Tue, 19 Dec 2023 15:35:38 +0100
Subject: [PATCH] [CI] Forgejo Actions based CI for PR & branches (squash) lint
 workflows

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6fd3d0cd09..531de4c612 100644
--- a/Makefile
+++ b/Makefile
@@ -400,7 +400,7 @@ lint-go-vet:
 
 .PHONY: lint-editorconfig
 lint-editorconfig:
-	$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) templates .github/workflows
+	$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) templates .forgejo/workflows
 
 .PHONY: lint-actions
 lint-actions: