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 388e00d + 4940cca commit 821fc38Copy full SHA for 821fc38
Dockerfile
@@ -1,8 +1,8 @@
1
# ubuntu:latest at 2019-02-12T19:22:56IST
2
FROM ubuntu@sha256:7a47ccc3bbe8a451b500d2b53104868b46d60ee8f5b35a24b41a86077c650210
3
4
-LABEL "com.github.actions.icon"="code"
5
-LABEL "com.github.actions.color"="purple"
+LABEL "com.github.actions.icon"="check-circle"
+LABEL "com.github.actions.color"="green"
6
LABEL "com.github.actions.name"="PHPCS Code Review"
7
LABEL "com.github.actions.description"="This will run phpcs on PRs"
8
action.yml
@@ -0,0 +1,9 @@
+name: 'PHPCS Code Review'
+description: 'This will run phpcs on PRs'
+author: 'rtCamp'
+runs:
+ using: 'docker'
+ image: 'Dockerfile'
+branding:
+ icon: 'check-circle'
9
+ color: 'green'
0 commit comments