Skip to content

Commit 4940cca

Browse files
committed
Add action.yml metadata file
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 9605701 commit 4940cca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)