Skip to content

Commit

Permalink
Merge pull request #7 from Nyholm/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Adding action.yml
  • Loading branch information
Nyholm authored Feb 23, 2020
2 parents 2c02965 + d722166 commit fe7a4ad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# https://help.github.com/en/articles/metadata-syntax-for-github-actions

author: 'Nyholm'

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

description: 'Use Roave Backward Compatibility Checker via GithubAction.'

name: 'roave-bc-check-phpstan'

runs:
using: 'docker'
image: 'docker://nyholm/roave-bc-check-ga'

0 comments on commit fe7a4ad

Please sign in to comment.