From d577a3f3616956ba9394b0f8e06499aee6c18103 Mon Sep 17 00:00:00 2001 From: sabas1080 Date: Sun, 31 Jan 2021 12:44:38 -0600 Subject: [PATCH] test verbose and recursive --- .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 1c46538..7e06cf4 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -12,7 +12,7 @@ jobs: compliance: strict library-manager: update project-type: library - recursive: false + recursive: true # report-file: - verbose: false + verbose: true token: GITHUB_TOKEN \ No newline at end of file