Skip to content

Commit

Permalink
chore: Fix copy-paste error for yamllint target
Browse files Browse the repository at this point in the history
Signed-off-by: Étienne BERSAC <[email protected]>
  • Loading branch information
bersace authored and sagikazarmark committed Oct 6, 2023
1 parent 287507c commit 3f6cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f6cadc

Please sign in to comment.