Merge pull request #355 from sobolevn/patch-4

Adds misspell-fixer-action
This commit is contained in:
Jessica 2020-03-30 11:20:20 -07:00 committed by GitHub
commit 7267e5e65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Machine Learning Ops](#machine-learning-ops)
- [Build](#build)
- [Database](#database)
- [Localization](#localization)
- [Cheat Sheet](#cheat-sheet)
- [Tutorials](#tutorials)
@ -435,6 +436,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
### Localization
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
### Cheat Sheet
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)