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*'
 
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: