reviewdog / action-tflint

Run tflint with reviewdog on pull requests to enforce best practices
MIT License
107 stars 22 forks source link

Move the action to composite run steps #23

Closed Vlaaaaaaad closed 4 years ago

Vlaaaaaaad commented 4 years ago

On August 7 2020, GitHub announced composite run steps actions which are basically "run this shell script"-based actions.

Converting this action to composite run steps would both simplify the code and lower the runtime of the action( and thus the costs).

Inspiration: https://github.com/reviewdog/action-golangci-lint/pull/46 + https://github.com/reviewdog/action-golangci-lint/pull/48

Vlaaaaaaad commented 4 years ago

Done by https://github.com/reviewdog/action-tflint/pull/28