Skip to content

Commit 5934d89

Browse files
ci: correcting Convention Commit Linter arguments (#218)
1 parent aa31bce commit 5934d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CONVENTIONAL_COMMITS_LINTER_VERSION=0.16.0@sha256:d685b9c20793a87ff85311247394d9
1919

2020
.PHONY: check-conventional-commits-linting
2121
check-conventional-commits-linting:
22-
docker run $(DOCKER_RUN_WRITE_OPTS) ghcr.io/developerc286/conventional_commits_linter:$(CONVENTIONAL_COMMITS_LINTER_VERSION) --allow-angular-type-only $(FROM)
22+
docker run $(DOCKER_RUN_WRITE_OPTS) ghcr.io/developerc286/conventional_commits_linter:$(CONVENTIONAL_COMMITS_LINTER_VERSION) --type angular $(FROM)
2323

2424
.PHONY: check-rust-formatting
2525
check-rust-formatting:

0 commit comments

Comments
 (0)