Skip to content

Commit

Permalink
Update README to mention public github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 15, 2019
1 parent 0138713 commit 83d1113
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -55,6 +55,7 @@ by diff.
* [Reporter: GitLab MergeRequest discussions (-reporter=gitlab-mr-discussion)](#reporter-gitlab-mergerequest-discussions--reportergitlab-mr-discussion)
* [Reporter: GitLab MergeRequest commit (-reporter=gitlab-mr-commit)](#reporter-gitlab-mergerequest-commit--reportergitlab-mr-commit)
- [Supported CI services](#supported-ci-services)
* [GitHub Actions](#github-actions)
* [Travis CI](#travis-ci)
* [Circle CI](#circle-ci)
* [GitLab CI](#gitlab-ci)
Expand Down Expand Up @@ -262,6 +263,9 @@ Example: [.github/workflows/reviewdog.yml](.github/workflows/reviewdog.yml)
golint ./... | reviewdog -f=golint -reporter=github-pr-check
```

See [GitHub Actions](#github-actions) section too. You can also use public
reviewdog GitHub Actions.

Note that it reports result to GitHub Actions log consle for Pull
Requests from fork repository because due to [GitHub Actions
restriction](https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret),
Expand Down Expand Up @@ -381,6 +385,15 @@ jobs:
reviewdog -reporter=github-pr-check -runners=golint,govet
```

#### Pubilc Reviewdog GitHub Actions
You can also use public GitHub Actions to start using reviewdog with ease! :tada: :arrow_forward: :tada:

Please open a Pull Request to add your created reviedog actions here :sparkles:.
I can also consider to put your created repositories under reviewdog org and co-maintain the actions.

- Go
- [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint)

### Travis CI

#### Travis CI (-reporter=github-pr-check)
Expand Down

0 comments on commit 83d1113

Please sign in to comment.