1
0
Fork 0

Merging upstream version 0.19.0~dev.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 06:07:07 +01:00
parent 22711860c2
commit 95bea5117b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 3 additions and 2 deletions

View file

@ -15,4 +15,5 @@ ARG GITLINT_VERSION
RUN apk add git
RUN pip install gitlint==$GITLINT_VERSION
RUN git config --global --add safe.directory /repo
ENTRYPOINT ["gitlint", "--target", "/repo"]