mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[CI] Forgejo Actions based CI for PR & branches (squash) lint workflows
(cherry picked from commit074f49937e
) (cherry picked from commit0c1c7d61e2
) (cherry picked from commit4e4dc0e0e4
) (cherry picked from commit95dcd5a91a
) (cherry picked from commite260fbc445
) (cherry picked from commit805c72c9ce
)
This commit is contained in:
parent
209bbbf1fd
commit
92c084fd2c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue