Skip to content

Added commas for better readability #11

Added commas for better readability

Added commas for better readability #11

Workflow file for this run

name: Cppcheck Check All Configuration
on: push
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: '3.x'
- name: Install Platform IO
run: |
python -m pip install --upgrade pip
pip install -U platformio
- name: Check All
run: platformio check