Skip to content

Commit

Permalink
Add branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jun 19, 2020
1 parent 9e4e26b commit 4af86ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "18n coverage"
description: "Check i18n coverage of the project"
author: "alexkiro"
description: "Measures and check i18n coverage of your project."
inputs:
translations-path:
description: "Path to translation folder"
Expand All @@ -24,6 +25,9 @@ inputs:
outputs:
coverage:
description: "Coverage percentage"
branding:
icon: "percent"
color: "green"
runs:
using: "node12"
main: "dist/index.js"

0 comments on commit 4af86ac

Please sign in to comment.