Skip to content

Commit

Permalink
Merge pull request #169 from vrothberg/make-validate
Browse files Browse the repository at this point in the history
make validate: add new target
  • Loading branch information
cgwalters authored Nov 1, 2023
2 parents a704a99 + 6e05257 commit d5990b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ test-bin-archive: all-test
install-kola-tests:
install -D -t $(DESTDIR)$(prefix)/lib/coreos-assembler/tests/kola/bootc tests/kolainst/*

validate:
cargo fmt
cargo clippy
.PHONY: validate

vendor:
cargo xtask $@
.PHONY: vendor
Expand Down

0 comments on commit d5990b3

Please sign in to comment.