File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ check-clean-git-history:
11
11
docker pull ghcr.io/developerc286/clean_git_history:$(CLEAN_GIT_HISTORY_VERSION )
12
12
docker run --rm -v $(PWD ) :/workspace -u $(UID ) :$(GID ) ghcr.io/developerc286/clean_git_history:$(CLEAN_GIT_HISTORY_VERSION ) $(FROM )
13
13
14
+ # renovate: depName=ghcr.io/developerc286/conventional_commits_linter
15
+ CONVENTIONAL_COMMITS_LINTER_VERSION =0.15.0@sha256:b631a3cdcbed28c8938a2a6b63e16ecfd0d7ff71c28e878815adf9183e1fb599
16
+
14
17
check-conventional-commits-linting :
15
- docker build -t check-conventional-commits-linting -f ci/check-conventional-commits-linting.Dockerfile .
16
- docker run --rm -v $(PWD ) :/workspace -u $(UID ) :$(GID ) check-conventional-commits-linting $(FROM )
18
+ docker pull ghcr.io/developerc286/conventional_commits_linter: $( CONVENTIONAL_COMMITS_LINTER_VERSION )
19
+ docker run --rm -v $(PWD ) :/workspace -u $(UID ) :$(GID ) ghcr.io/developerc286/conventional_commits_linter: $( CONVENTIONAL_COMMITS_LINTER_VERSION ) --allow-angular-type-only $(FROM )
17
20
18
21
# renovate: depName=mvdan/shfmt
19
22
SHFMT_VERSION =v3.11.0-alpine@sha256:394d755b6007056a2e6d7537ccdbdcfca01b9855ba91e99df0166ca039c9d422
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments