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 d5dbc40 commit 2427abaCopy full SHA for 2427aba
ci/lint/Dockerfile
@@ -1,10 +1,12 @@
1
-FROM codercom/playcicache
+FROM golang:1.12
2
3
LABEL "com.github.actions.name"="lint"
4
LABEL "com.github.actions.description"=""
5
LABEL "com.github.actions.icon"="code"
6
LABEL "com.github.actions.color"="purple"
7
8
+RUN apt update && apt install -y shellcheck
9
+
10
COPY entrypoint.sh /entrypoint.sh
11
12
CMD ["/entrypoint.sh"]
0 commit comments