mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:11:18 +01:00
Merge pull request '[CI] Forgejo Actions based CI for PR & branches (squash) lint workflows' (#1989) from earl-warren/forgejo:wip-ci-lint into forgejo-ci
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1989 Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
d9cde3e346
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -400,7 +400,7 @@ lint-go-vet:
|
||||||
|
|
||||||
.PHONY: lint-editorconfig
|
.PHONY: lint-editorconfig
|
||||||
lint-editorconfig:
|
lint-editorconfig:
|
||||||
$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) templates .github/workflows
|
$(GO) run $(EDITORCONFIG_CHECKER_PACKAGE) templates .forgejo/workflows
|
||||||
|
|
||||||
.PHONY: lint-actions
|
.PHONY: lint-actions
|
||||||
lint-actions:
|
lint-actions:
|
||||||
|
|
Loading…
Reference in a new issue