Skip to content

Commit

Permalink
Merge pull request #325 from reviewdog/add-tflint
Browse files Browse the repository at this point in the history
Add reviewdog/action-tflint
  • Loading branch information
haya14busa committed Sep 27, 2019
2 parents 388dcbe + 2e35779 commit 72e9bb1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -396,9 +396,6 @@ jobs:
#### 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.

[Marketplace](https://github.com/marketplace?utf8=✓&type=actions&query=reviewdog)

- Common
Expand All @@ -413,6 +410,12 @@ I can also consider to put your created repositories under reviewdog org and co-
- [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) - Run [stylelint](https://github.com/stylelint/stylelint).
- Vim script
- [reviewdog/action-vint](https://github.com/reviewdog/action-vint) - Run [vint](https://github.com/Kuniwak/vint).
- Terraform
- [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) - Run [tflint](https://github.com/wata727/tflint).

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.
Example: [action-tflint](https://github.com/reviewdog/reviewdog/issues/322).

### Travis CI

Expand Down

0 comments on commit 72e9bb1

Please sign in to comment.