chore: Fix copy-paste error for yamllint target

Signed-off-by: Étienne BERSAC <etienne.bersac@dalibo.com>
This commit is contained in:
Étienne BERSAC 2023-09-12 09:32:21 +02:00 committed by Márk Sági-Kazár
parent 287507c0b5
commit 3f6cadcbeb

View file

@ -66,7 +66,7 @@ bin/golangci-lint:
@mkdir -p bin
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- v${GOLANGCI_VERSION}
.PHONY: fmt
.PHONY: yamllint
yamllint:
pip install --user yamllint