Releases: suzuki-shunsuke/github-action-tflint
v0.1.6
Issues | Pull Requests | v0.1.5...v0.1.6
Features
#540 #542 Support tflint v0.47.0
This change keeps the compatibility, which means this release supports not only tflint v0.47.0 but also old versions.
v0.1.6-1
v0.1.5
Pull Requests | v0.1.4...v0.1.5
Fixes
#313 Pass the environment variable GITHUB_TOKEN to tflint --init command to resolve GitHub API rate limiting issue
Contributors
Thank you for your contribution!
v0.1.4
v0.1.3
Pull Requests | v0.1.2...v0.1.3
Feature
#20 Support Notification with github-comment
e.g.
- uses: suzuki-shunsuke/github-action-tflint@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: tests
github_comment: true # Enable github-comment notificationv0.1.3-0
Pull Requests | v0.1.2...v0.1.3-0
Feature
#20 Support Notification with github-comment
e.g.
- uses: suzuki-shunsuke/github-action-tflint@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: tests
github_comment: true # Enable github-comment notificationv0.1.2
Pull Requests | v0.1.1...v0.1.2
Feature
#14 Change Reviewdog format from checkstyle to Reviewdog Diagnostic Format
Rewrite the composite action to Javascript Action.
AS IS (checkstyle)
TO BE (RDFormat)
The tflint's rule id and link to the document are added.
v0.1.1
Pull Requests | v0.1.0...v0.1.1
- Improve document
- Add Inputs, Outputs, and Example
- Add validation
- github_token
- reviewdog, tflint
- Use reviewdog even if push event
- Set reviewdog's
-filter-mode=nofilter
v0.1.0
Merge pull request #2 from suzuki-shunsuke/fix/use-reviewdog-only-whe…