8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6634919 + 106246d commit 04a55cdCopy full SHA for 04a55cd
Dockerfile
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
23
rm /var/cache/apk/*
24
25
# install reviewdog
26
-ENV REVIEWDOG_VERSION=v0.19.0
+ENV REVIEWDOG_VERSION=v0.20.0
27
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
28
29
# install actionlint
0 commit comments