Adding Molecule and Galaxy action

This commit is contained in:
Robert de Bock 2020-01-07 11:27:12 +01:00 committed by GitHub
parent f60f449572
commit 34398ea472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Run Cypress E2E tests](https://github.com/cypress-io/github-action)
- [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter)
- [Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action)
- [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action)
### Security
@ -370,6 +371,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build and publish Electron apps](https://github.com/samuelmeuli/action-electron-builder)
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
### External Services