From 55b2a562b0b560c1543204c345b687344a7b600b Mon Sep 17 00:00:00 2001 From: Brian Sharon Date: Sat, 16 Mar 2024 21:58:58 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bfaa92..d596d26 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Partials are a powerful Mustache feature allow you to define a chunk of template ## Projects using Ministache -- [floatplane/mitsubishi2MQTT](https://github.com/floatplane/mitsubishi2MQTT) +- [floatplane/MitsuQTT](https://github.com/floatplane/MitsuQTT) ## Support From 03e84f1f64df743fb524fc98e48160041e64fda7 Mon Sep 17 00:00:00 2001 From: Brian Sharon Date: Sat, 16 Mar 2024 22:14:44 -0600 Subject: [PATCH 2/2] Update arduino_lint.yml --- .github/workflows/arduino_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino_lint.yml b/.github/workflows/arduino_lint.yml index 2dd07de..c2e719d 100644 --- a/.github/workflows/arduino_lint.yml +++ b/.github/workflows/arduino_lint.yml @@ -20,5 +20,5 @@ jobs: - uses: arduino/arduino-lint-action@v1 with: compliance: strict - library-manager: submit - project-type: library \ No newline at end of file + library-manager: update + project-type: library