Initial commit with action
Some checks failed
Test compiling project / test (push) Failing after 33s

This commit is contained in:
2023-10-02 15:30:30 +02:00
commit bbe5bfdcee
15 changed files with 888 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: Test compiling project
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: debian:latest
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs -y
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code
uses: actions/checkout@v2
- name: Run PlatformIO
run: pio ci -c platformio.ini ./