mirror of
https://github.com/doppelhub/Honda_Insight_LiBCM.git
synced 2026-06-10 23:47:28 -04:00
Add PR gate gh action for passing builds
This commit is contained in:
23
.github/workflows/compile-test.yaml
vendored
Normal file
23
.github/workflows/compile-test.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: PR Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'Firmware/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
compile-test:
|
||||
name: Compile
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build
|
||||
uses: arduino/compile-sketches@v1
|
||||
with:
|
||||
cli-version: 0.31.0
|
||||
fqbn: 'arduino:avr:mega'
|
||||
sketch-paths: |
|
||||
- Firmware/MVP/MVP.ino
|
||||
Reference in New Issue
Block a user