Skip to content

First draft of a CONTRIBUTING file with style guidelines #642

First draft of a CONTRIBUTING file with style guidelines

First draft of a CONTRIBUTING file with style guidelines #642

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