Closed Vlaaaaaaad closed 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
Done by https://github.com/reviewdog/action-tflint/pull/28
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