Michel Hollands 46dd6ffeb3 Add ci steps
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
2023-08-16 14:06:07 +01:00

8 lines
129 B
Makefile

.DEFAULT_GOAL := all
.PHONY: lint lint-yaml
lint: lint-yaml
lint-yaml:
yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src