Skip to content

Commit

Permalink
fix: add branding to action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Aug 13, 2020
1 parent 518d4d6 commit 3e46b72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
path_classifiers:
test:
- __tests__/*.test.ts
generated:
- dist/**
- lib/**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Repolinter Action v1

![Build/Test](https://github.com/newrelic/repolinter-action/workflows/Build/Test/badge.svg) [![codecov](https://codecov.io/gh/newrelic/repolinter-action/branch/main/graph/badge.svg?token=EWYZ7C6RSL)](https://codecov.io/gh/newrelic/repolinter-action)
![Build/Test](https://github.com/newrelic/repolinter-action/workflows/Build/Test/badge.svg) [![codecov](https://codecov.io/gh/newrelic/repolinter-action/branch/main/graph/badge.svg?token=EWYZ7C6RSL)](https://codecov.io/gh/newrelic/repolinter-action) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/newrelic/repolinter-action.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/newrelic/repolinter-action/context:javascript)

This action runs [Repolinter](https://github.com/todogroup/repolinter) on your repository. Optionally you can also configure this tool to create GitHub issues with the Repolinter output.

Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ outputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
color: green
icon: refresh-cw

0 comments on commit 3e46b72

Please sign in to comment.