GitHub Action for TypeScript Compiler (tsc) #1052
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there,
first of all I really want to spend some words to thank @haya14busa and all the reviewdog contributors for bringing such a powerful and useful code review tool to the dev community. What staggers me the most is its ease of use and the large and growing number of supported code quality tools, linters etc. Keep going! 🚀
While looking at the built-in error formats I noticed tsc was supported by reviewdog, but no GitHub Action was available for it...so I built one. :)
The action is available here. If you have any suggestion or improvement, I'd be happy to hear your opinion. :)
This PR just adds a link to the action's repository to the list of public reviewdog GitHub Actions, provided in the README file.
Thank you!