Skip to content

Commit

Permalink
Create platformio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 29, 2023
1 parent 07f9db2 commit b281ec6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: PlatformIO Build

on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install PlatformIO
run: |
pip install platformio
- name: Build Library
run: platformio run -d lib/TAPController

0 comments on commit b281ec6

Please sign in to comment.