From 1f0f93915cfccec408f62139b74c956b9576aab3 Mon Sep 17 00:00:00 2001 From: suvarna84 <53768532+suvarna84@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:56:55 +0530 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..13e27ba --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,9 @@ +on: [push, pull_request] +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: arduino/arduino-lint-action@v1 + with: + library-manager: update