Add Readme-Like-Button)

This commit is contained in:
Ariary 2021-10-15 18:29:26 -04:00 committed by GitHub
parent 46b4340f3e
commit ee8521e7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Build](#build) - [Build](#build)
- [Database](#database) - [Database](#database)
- [Localization](#localization) - [Localization](#localization)
- [Fun](#fun)
- [Cheat Sheet](#cheat-sheet) - [Cheat Sheet](#cheat-sheet)
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
@ -532,6 +533,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
- [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. - [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language.
### Fun
- [Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your readme (can be used as a poll).
### Cheat Sheet ### Cheat Sheet
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/) - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)