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 6fce89c + 04a55cd commit 3a6247aCopy full SHA for 3a6247a
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