Skip to content

Commit

Permalink
chore: added ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Feb 13, 2024
1 parent a961f07 commit 79f14e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Arduino Library Validation

on:
push:
branches: [ master ]
pull_request:

# Cancel any previous runs of this workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint_build_test:
name: Lint, Build and Test
uses: lualtek/workflows/.github/workflows/arduino_rak_library_validation.yml@master

3 changes: 0 additions & 3 deletions examples/AnalogRead.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

#ifdef _VARIANT_RAK4630_
#include <Adafruit_TinyUSB.h>
#endif
#include "WBIOExtMini.h"

#define debugSerial Serial
Expand Down

0 comments on commit 79f14e9

Please sign in to comment.