Skip to content

Display title + fix button position for stats page #69

Display title + fix button position for stats page

Display title + fix button position for stats page #69

Workflow file for this run

# SPDX-FileCopyrightText: 2024 AFCMS <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later
---
name: PlatformIO CI
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Restore Cache
uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run