Skip to content

Commit

Permalink
Add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Feb 5, 2020
1 parent 1a77803 commit de873a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://help.github.com/en/articles/metadata-syntax-for-github-actions

author: 'OskarStark'

branding:
icon: 'check'
color: 'blue'

description: 'Use PHP-CS-Fixer via GithubAction.'

name: 'OSKAR-PHP-CS-Fixer'

runs:
using: 'docker'
image: 'docker://oskarstark/php-cs-fixer-ga'

0 comments on commit de873a0

Please sign in to comment.