Skip to content

Commit

Permalink
add metadata for action marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Aug 23, 2019
1 parent 45acadb commit 7ff3d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:10-slim

LABEL "com.github.actions.name"="Lighthouse Audit"
LABEL "com.github.actions.description"="Google Chrome Lighthouse tests"
LABEL "com.github.actions.icon"=""
LABEL "com.github.actions.color"=""
LABEL "com.github.actions.description"="Run tests on a webpage via Google's Lighthouse tool"
LABEL "com.github.actions.icon"="check-square"
LABEL "com.github.actions.color"="yellow"

LABEL version="0.1.0"
LABEL repository="https://github.com/jakejarvis/lighthouse-action"
Expand Down

0 comments on commit 7ff3d76

Please sign in to comment.