From 0c54bfab648a1ece60e49b401f8de9ae35b61333 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Sat, 15 Feb 2020 07:33:22 +0100 Subject: [PATCH] Also tell about github actions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d32b5..30322c2 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ This script writes output to: - .travis.yml - tox.ini - .ansible-lint* +- .github/workflows/ansible.yml +- .github/workflows/galaxy.yml ## Usage -``` +```bash cd ansible-role-my_role ../path/to/generate.yml ```