diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..4726422 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,6 @@ +path_classifiers: + test: + - __tests__/*.test.ts + generated: + - dist/** + - lib/** \ No newline at end of file diff --git a/README.md b/README.md index c8770f5..8785fd0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/action.yml b/action.yml index cf336c0..79abb97 100644 --- a/action.yml +++ b/action.yml @@ -89,3 +89,6 @@ outputs: runs: using: 'node12' main: 'dist/index.js' +branding: + color: green + icon: refresh-cw \ No newline at end of file