Skip to content

Pin all tool versions + update Memfault to 1.9.1 #5

Pin all tool versions + update Memfault to 1.9.1

Pin all tool versions + update Memfault to 1.9.1 #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install PlatformIO
run: |
pip install platformio==6.1.13
- name: Build
run: |
pio run