Merge pull request #191 from mooyoul/patch-1

Add TSLint checks action
This commit is contained in:
Gary Ewan Park 2019-09-25 21:32:50 +01:00 committed by GitHub
commit 4091d3749d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint)
- [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action) - [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action)
- [wemake-python-styleguide - The strictest and most opinionated python linter ever](https://github.com/wemake-services/wemake-python-styleguide) - [wemake-python-styleguide - The strictest and most opinionated python linter ever](https://github.com/wemake-services/wemake-python-styleguide)
- [Run TSLint with status checks and file diff annotations](https://github.com/mooyoul/tslint-actions)
### Pull Requests ### Pull Requests