Skip to content

Commit

Permalink
Add the action.yml metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Feb 10, 2020
1 parent 2c662eb commit 79a8784
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: 'ComposerRequireChecker'
description: 'Run `composer-require-checker` to make sure all Composer dependencies are declared explicitly'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: award
color: 'green'

0 comments on commit 79a8784

Please sign in to comment.