Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from localheinz/feature/action
Browse files Browse the repository at this point in the history
Enhancement: Provide action.yml
  • Loading branch information
localheinz authored Aug 22, 2019
2 parents d1b2371 + a5b3324 commit 30d3b78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM php:7.3-alpine

LABEL "com.github.actions.name"="localheinz/composer-normalize-action"
LABEL "com.github.actions.description"="Ensure your PHP project has a normalized composer.json."
LABEL "com.github.actions.icon"="box"
LABEL "com.github.actions.color"="green"

LABEL "repository"="https://github.com/localheinz/composer-normalize-action"
LABEL "homepage"="https://github.com/localheinz/composer-normalize"
LABEL "maintainer"="Andreas Möller <[email protected]>"
Expand Down
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

name: 'localheinz/composer-normalize-action'

branding:
icon: 'box'
color: 'green'

description: 'Ensure your PHP project has a normalized composer.json.'

author: Andreas Möller

runs:
using: 'docker'
image: 'docker://localheinz/composer-normalize-action'

0 comments on commit 30d3b78

Please sign in to comment.