mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-23 09:46:28 +02:00
init
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM debian:latest
|
||||
|
||||
COPY runaction.sh /runaction.sh
|
||||
RUN chmod +x /runaction.sh
|
||||
RUN apt update
|
||||
RUN apt install -y shellcheck
|
||||
|
||||
ENTRYPOINT ["/runaction.sh"]
|
||||
|
||||
LABEL "name"="shellcheck"
|
||||
LABEL "maintainer"="Ludeeus <ludeeus@gmail.com>"
|
||||
LABEL "version"="0.0.1"
|
||||
LABEL "com.github.actions.name"="shellcheck"
|
||||
LABEL "com.github.actions.description"="Run shell check on ALL sh files in the repository."
|
||||
LABEL "com.github.actions.icon"="terminal"
|
||||
LABEL "com.github.actions.color"="black"
|
Reference in New Issue
Block a user