Skip to content

ci: bump actions/setup-python from 4 to 5 #39

ci: bump actions/setup-python from 4 to 5

ci: bump actions/setup-python from 4 to 5 #39

name: Verify JSON structure for library manifest
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Run python script to verify library structure
run: python continuous_integration/validate_manifest.py