Skip to content

Commit

Permalink
chore: add a make goal to run the validations
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 28, 2025
1 parent 9045df8 commit 973a4a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ formatted markup, and other things. To run the tests:
$ docker buildx bake validate
```

or, using the Makefile:

```console
$ make validate
```

If this command doesn't result in any errors, you're good to go!

## Content not edited here
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: validate
validate: ## run validations
docker buildx bake validate

.PHONY: vendor
vendor: ## vendor hugo modules
./hack/vendor

0 comments on commit 973a4a2

Please sign in to comment.