Skip to content

Update changelog rss, js script initialization fixes for speed, and g… #17

Update changelog rss, js script initialization fixes for speed, and g…

Update changelog rss, js script initialization fixes for speed, and g… #17

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