From 1ff7ad447b4d4d181d59a3e5a80e57852ce5fabd Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Thu, 30 Jun 2022 11:53:04 +0200 Subject: [PATCH 1/2] chore(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efba119..d6019f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Molecule action -A GitHub action to tests your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/). +A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/). ## Requirements From b16ac552f1ee46cd92ef536b2cc7d7af5bfc639a Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Thu, 7 Jul 2022 12:20:12 +0200 Subject: [PATCH 2/2] STRICT: true or false, no other Booleans. --- .yamllint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 39bec85..a0ba3a3 100644 --- a/.yamllint +++ b/.yamllint @@ -1,4 +1,5 @@ --- truthy: enable: true - allowed-values: ["true", "false", "on"] + allowed-values: ["true", "false"] + check-keys: false