Skip to content

chore: added the license header/notice in each of the cpp files #4

chore: added the license header/notice in each of the cpp files

chore: added the license header/notice in each of the cpp files #4

name: PlatformIO CI Lib Native Test
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Install PlatformIO project dependencies
run: |
platformio lib update
platformio update
- name: Run tests
run: platformio test -e native