From 62977760468b6aaa98b4c0695ade9ec0d0e77129 Mon Sep 17 00:00:00 2001 From: Rei Vilo Date: Fri, 30 Jun 2023 14:03:35 +0200 Subject: [PATCH] Updated main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 095349c..10aa144 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,9 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: arduino/arduino-lint-action@v1 with: library-manager: update + compliance: strict +