Skip to content

Commit

Permalink
add lint-spell-fix to lint-fix (go-gitea#29111)
Browse files Browse the repository at this point in the history
Followup to go-gitea#29106, fix this
oversight.
  • Loading branch information
silverwind committed Feb 20, 2024
1 parent 29242f3 commit 54a0411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ checks-backend: tidy-check swagger-check fmt-check swagger-validate security-che
lint: lint-frontend lint-backend lint-spell

.PHONY: lint-fix
lint-fix: lint-frontend-fix lint-backend-fix
lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix

.PHONY: lint-frontend
lint-frontend: lint-js lint-css
Expand Down

0 comments on commit 54a0411

Please sign in to comment.