Skip to content

Commit

Permalink
chore: conformance check
Browse files Browse the repository at this point in the history
Add Conformance check

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Nov 16, 2021
1 parent 701d01b commit bbbe814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ unit-tests-race: ## Performs unit tests with race detection enabled.

# Utilities

.PHONY: conformance
conformance: ## Performs policy checks against the commit and source code.
docker run --rm -it -v $(PWD):/src -w /src ghcr.io/talos-systems/conform:v0.1.0-alpha.22 enforce

.PHONY: clean
clean:
@rm -rf $(ARTIFACTS)

0 comments on commit bbbe814

Please sign in to comment.