Skip to content

github actions: initial #1

github actions: initial

github actions: initial #1

Workflow file for this run

name: build
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
build:
name: Compile the firmware
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get -y install gcc-arm-none-eabi
- name: Compile
run: make