Skip to content

Commit

Permalink
Create arduino_test_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ripred committed Jan 28, 2024
1 parent e87a538 commit 58829e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/arduino_test_runner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Arduino CI

on: [push, pull_request]

jobs:
runTest:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: |
gem install arduino_ci
arduino_ci.rb

0 comments on commit 58829e5

Please sign in to comment.