Skip to content

Commit 821fc38

Browse files
committed
Merge branch 'develop' for v2.0.1
2 parents 388e00d + 4940cca commit 821fc38

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ubuntu:latest at 2019-02-12T19:22:56IST
22
FROM ubuntu@sha256:7a47ccc3bbe8a451b500d2b53104868b46d60ee8f5b35a24b41a86077c650210
33

4-
LABEL "com.github.actions.icon"="code"
5-
LABEL "com.github.actions.color"="purple"
4+
LABEL "com.github.actions.icon"="check-circle"
5+
LABEL "com.github.actions.color"="green"
66
LABEL "com.github.actions.name"="PHPCS Code Review"
77
LABEL "com.github.actions.description"="This will run phpcs on PRs"
88

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'PHPCS Code Review'
2+
description: 'This will run phpcs on PRs'
3+
author: 'rtCamp'
4+
runs:
5+
using: 'docker'
6+
image: 'Dockerfile'
7+
branding:
8+
icon: 'check-circle'
9+
color: 'green'

0 commit comments

Comments
 (0)