From 34398ea472a7f4a5b66423ab0a25255d1f03c629 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 7 Jan 2020 11:27:12 +0100 Subject: [PATCH] Adding Molecule and Galaxy action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0211da8..40ee0b6 100644 --- a/README.md +++ b/README.md @@ -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