Merge pull request #350 from fabasoad/master

Added Setup Cassandra Action
This commit is contained in:
Jessica 2020-03-14 13:01:54 -07:00 committed by GitHub
commit e617a60927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Frontend Tools](#frontend-tools)
- [Machine Learning Ops](#machine-learning-ops)
- [Build](#build)
- [Database](#database)
- [Cheat Sheet](#cheat-sheet)
- [Tutorials](#tutorials)
@ -421,6 +422,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild)
- [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action)
### Database
- [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
### Cheat Sheet
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)