Skip to content

v1.2 - snake, DS3231 RTC, gzip, hardening and more #9

v1.2 - snake, DS3231 RTC, gzip, hardening and more

v1.2 - snake, DS3231 RTC, gzip, hardening and more #9

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: ~/.platformio
key: pio-${{ runner.os }}-${{ hashFiles('platformio.ini') }}
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: pip install 'platformio==6.1.*'
- run: pio run
- run: pio check --fail-on-defect=high