Skip to content

Releases: suzuki-shunsuke/github-action-tflint

v0.1.6

18 Jun 23:21
Immutable release. Only release title and notes can be modified.
v0.1.6
4c64bc6

Choose a tag to compare

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

18 Jun 22:36
Immutable release. Only release title and notes can be modified.
v0.1.6-1
4c64bc6

Choose a tag to compare

v0.1.6-1 Pre-release
Pre-release

Features

#542 Support tflint v0.47.0

v0.1.5

20 Dec 10:18
Immutable release. Only release title and notes can be modified.
v0.1.5
8537c87

Choose a tag to compare

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!

@semnil #313 🎉 New contributor

v0.1.4

25 Feb 00:00
Immutable release. Only release title and notes can be modified.
f4156f7

Choose a tag to compare

Pull Requests | v0.1.3...v0.1.4

Bug Fixes

#31 #33 Make working_directory optional

v0.1.3

15 Feb 12:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pull Requests | v0.1.2...v0.1.3

Feature

#20 Support Notification with github-comment

e.g.

image

- uses: suzuki-shunsuke/github-action-tflint@main
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    working_directory: tests
    github_comment: true # Enable github-comment notification

v0.1.3-0

13 Feb 08:24
Immutable release. Only release title and notes can be modified.
21b4641

Choose a tag to compare

v0.1.3-0 Pre-release
Pre-release

Pull Requests | v0.1.2...v0.1.3-0

Feature

#20 Support Notification with github-comment

e.g.

image

- uses: suzuki-shunsuke/github-action-tflint@main
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    working_directory: tests
    github_comment: true # Enable github-comment notification

v0.1.2

02 Feb 12:48
Immutable release. Only release title and notes can be modified.
60e4cf9

Choose a tag to compare

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)

image

TO BE (RDFormat)

The tflint's rule id and link to the document are added.

image

v0.1.1

13 Jan 17:50
Immutable release. Only release title and notes can be modified.
743c82e

Choose a tag to compare

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

30 Oct 06:55
Immutable release. Only release title and notes can be modified.
ddd8f70

Choose a tag to compare

Merge pull request #2 from suzuki-shunsuke/fix/use-reviewdog-only-whe…