Skip to content

Merge pull request #411 from LoQue90/code-cleanup #655

Merge pull request #411 from LoQue90/code-cleanup

Merge pull request #411 from LoQue90/code-cleanup #655

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Add config file
working-directory: ./src
run: cp userConfig_sample.h userConfig.h
- name: PlatformIO Run
uses: karniv00l/platformio-run-action@v1
with:
silent: false
verbose: true
disable-auto-clean: false