diff --git a/.all-contributorsrc b/.all-contributorsrc index 0f99450..6e627d8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -5,17 +5,6 @@ "imageSize": 100, "commit": false, "contributors": [ - { - "login": "MiguelSavignano", - "name": "Miguel Savignano", - "avatar_url": "https://avatars3.githubusercontent.com/u/6641863?v=4", - "profile": "https://github.com/MiguelSavignano", - "contributions": [ - "infra", - "test", - "code" - ] - }, { "login": "andrewmcodes", "name": "Andrew Mason", @@ -27,6 +16,17 @@ "doc", "code" ] + }, + { + "login": "MiguelSavignano", + "name": "Miguel Savignano", + "avatar_url": "https://avatars3.githubusercontent.com/u/6641863?v=4", + "profile": "https://github.com/MiguelSavignano", + "contributions": [ + "infra", + "test", + "code" + ] } ], "contributorsPerLine": 7, diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 31032b1..21745de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,3 +13,4 @@ Explain value. ## Checklist - [ ] My code follows the style guidelines of this project +- [ ] Actions are passing diff --git a/README.md b/README.md index 788aa09..81251c5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![rubocop linter actions banner](screenshots/rubocop-linter-action.png) +![Rubocop](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Rubocop/badge.svg) +![Tests](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Test/badge.svg) +![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.2.0&color=blue) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) # Rubocop Linter Action -![version number](https://img.shields.io/static/v1?label=Version&message=v0.2.0&color=blue) - GitHub Action to run Rubocop against your code and create annotations in the UI. **NOTE: due to the GitHub Check Runs API, we can only return 50 annotations per run. See [here](https://developer.github.com/v3/checks/runs/#output-object) for more info.** @@ -25,13 +25,7 @@ Add the following to your GitHub action workflow: ```yaml name: Rubocop -on: - pull_request: - branches: - - '*' - push: - branches: - - master +on: [push] jobs: build: @@ -79,4 +73,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/screenshots/rubocop-linter-action.png b/screenshots/rubocop-linter-action.png deleted file mode 100644 index 44719d6..0000000 Binary files a/screenshots/rubocop-linter-action.png and /dev/null differ