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.
1 parent 7ce1528 commit e41aa5bCopy full SHA for e41aa5b
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.15.0
+ENV REVIEWDOG_VERSION=v0.16.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