Skip to content

Commit cb4c1b6

Browse files
committed
Revert "chore: add a make goal to run the validations"
This reverts commit 973a4a2.
1 parent 181090e commit cb4c1b6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ formatted markup, and other things. To run the tests:
101101
$ docker buildx bake validate
102102
```
103103

104-
or, using the Makefile:
105-
106-
```console
107-
$ make validate
108-
```
109-
110104
If this command doesn't result in any errors, you're good to go!
111105

112106
#### Running Vale

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ vale: ## run vale
1313
-e PIP_BREAK_SYSTEM_PACKAGES=1 \
1414
$(VALE_IMAGE) $(CONTENT_DIR)
1515

16-
.PHONY: validate
17-
validate: ## run validations
18-
docker buildx bake validate
19-
2016
.PHONY: vendor
2117
vendor: ## vendor hugo modules
2218
./hack/vendor

0 commit comments

Comments
 (0)