update docs (#22)
This commit is contained in:
parent
715d4ecef7
commit
d90d717965
@ -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,
|
||||
|
||||
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -13,3 +13,4 @@ Explain value.
|
||||
## Checklist
|
||||
|
||||
- [ ] My code follows the style guidelines of this project
|
||||
- [ ] Actions are passing
|
||||
|
||||
16
README.md
16
README.md
@ -1,10 +1,10 @@
|
||||

|
||||

|
||||

|
||||

|
||||
[](#contributors)
|
||||
|
||||
# Rubocop Linter Action
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user