reviewdog / action-tflint

Run tflint with reviewdog on pull requests to enforce best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the action to composite run steps

Vlaaaaaaad opened this issue · comments

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: reviewdog/action-golangci-lint#46 + reviewdog/action-golangci-lint#48

Done by #28