From 34513098e557b07c51f8b98e909137ed9d4e0598 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Tue, 19 Dec 2023 15:35:06 +0100
Subject: [PATCH 1/2] [CI] Forgejo Actions based release process (squash) lint
 fix

---
 .forgejo/workflows/build-release-integration.yml | 2 +-
 .forgejo/workflows/publish-release.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/build-release-integration.yml b/.forgejo/workflows/build-release-integration.yml
index 2920729d33..1935b86716 100644
--- a/.forgejo/workflows/build-release-integration.yml
+++ b/.forgejo/workflows/build-release-integration.yml
@@ -80,7 +80,7 @@ jobs:
             for suffix in '' '.xz' ; do
               curl --fail -L -sS $url/root/forgejo/releases/download/v$version/$binary$suffix > $binary$suffix
               if test "$suffix" = .xz ; then
-                 unxz --keep $binary$suffix
+                unxz --keep $binary$suffix
               fi
               chmod +x $binary
               ./$binary --version | grep $version
diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml
index f7ab4586fb..d824815b5e 100644
--- a/.forgejo/workflows/publish-release.yml
+++ b/.forgejo/workflows/publish-release.yml
@@ -28,7 +28,7 @@
 #
 name: Pubish release
 
-on: 
+on:
   push:
     tags: 'v*'
 

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 2/2] [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: