ci: add pr lint workflow (#3157)

This commit is contained in:
Oleg Lobanov
2024-04-24 22:51:37 +02:00
committed by GitHub
parent 0e0b0c8095
commit e39ea73095
3 changed files with 23 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ test-backend: ## Run backend tests
$Q $(go) test -v ./...
.PHONY: lint
lint: lint-frontend lint-backend lint-commits ## Run all linters
lint: lint-frontend lint-backend ## Run all linters
.PHONY: lint-frontend
lint-frontend: ## Run frontend linters