Files
RFPowerView/.gitea/workflows/build.yaml
Matt Way 67908aa6e6
All checks were successful
PlatformIO CI / build (push) Successful in 52s
Remove cache step
2024-04-10 21:25:51 +10:00

19 lines
418 B
YAML

name: PlatformIO CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio test --environment native