aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-29 16:37:41 +0200
committerGitHub <noreply@github.com>2023-06-29 10:37:41 -0400
commitfdf71460f99e67d4054dd642af94384c6fc52cc0 (patch)
tree218604bb890378b2e09e61b6edd313437a8a1ff1 /Makefile
parent64f2d70262c4cfc1ee74875b4ec920551e304199 (diff)
downloadgitea-fdf71460f99e67d4054dd642af94384c6fc52cc0.tar.gz
gitea-fdf71460f99e67d4054dd642af94384c6fc52cc0.zip
Fix `lint-swagger` action (#25593)
- Add detection for swagger changes and run `lint-swagger` on it - Remove `lint-swagger` from `lint-frontend` - Remove `lint-md` from `lint-frontend`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d1989fbcb7..0c4b42a8c5 100644
--- a/Makefile
+++ b/Makefile
@@ -360,10 +360,10 @@ lint: lint-frontend lint-backend
lint-fix: lint-frontend-fix lint-backend-fix
.PHONY: lint-frontend
-lint-frontend: lint-js lint-css lint-md lint-swagger
+lint-frontend: lint-js lint-css
.PHONY: lint-frontend-fix
-lint-frontend-fix: lint-js-fix lint-css-fix lint-md lint-swagger
+lint-frontend-fix: lint-js-fix lint-css-fix
.PHONY: lint-backend
lint-backend: lint-go lint-go-vet lint-editorconfig