compile time check WIFI_PASSWORD length for reasonable value #2352
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install Python Wheel | |
run: pip install wheel | |
- name: Install PlatformIO Core | |
run: pip install -U platformio | |
- name: Copy generic config over | |
run: cp config.example.h config.h | |
- name: Compile Command Station (AVR) | |
run: python -m platformio run |