Merge pull request #636 from someara/main

add link to ZeroTier action
This commit is contained in:
Sarah Drasner 2024-09-01 14:26:51 -06:00 committed by GitHub
commit eae7837eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Machine Learning Ops](#machine-learning-ops) - [Machine Learning Ops](#machine-learning-ops)
- [Build](#build) - [Build](#build)
- [Database](#database) - [Database](#database)
- [Networking](#networking)
- [Localization](#localization) - [Localization](#localization)
- [Fun](#fun) - [Fun](#fun)
- [Cheat Sheet](#cheat-sheet) - [Cheat Sheet](#cheat-sheet)
@ -532,6 +533,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. - [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
### Networking
- [Setup ZeroTier](https://github.com/zerotier/github-action) - Connect your runner to a ZeroTier network.
### Localization ### Localization
- [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)