Add ci steps

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands
2023-08-16 14:06:07 +01:00
parent bcacb70e2d
commit 46dd6ffeb3
7 changed files with 591 additions and 469 deletions

View File

@@ -0,0 +1,7 @@
.DEFAULT_GOAL := all
.PHONY: lint lint-yaml
lint: lint-yaml
lint-yaml:
yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src