Skip to content

Commit

Permalink
Rename Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Sep 26, 2019
1 parent 9b10679 commit 499b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.6.3-alpine
RUN apk add --no-cache --update build-base linux-headers git

LABEL com.github.actions.name="Rubocop checks"
LABEL com.github.actions.name="Rubocop"
LABEL com.github.actions.description="Lint your Ruby code in parallel to your builds"
LABEL com.github.actions.icon="code"
LABEL com.github.actions.color="red"
Expand Down

0 comments on commit 499b0f4

Please sign in to comment.