Skip to content

add health message #165

add health message

add health message #165

Workflow file for this run

name: Front Lights Firmware
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: Solar-Gators/STM32-Infrastructure@main
with:
project-path: 'front-lights-firmware'
project-target: 'FrontLightsFirmware'
- uses: actions/upload-artifact@v3
with:
name: 'Front Lights Release Binary'
path: ./front-lights-firmware/Debug/*.elf
if-no-files-found: error