Skip to content

Merge pull request #16 from EnviroDIY/dependabot/github_actions/actio… #40

Merge pull request #16 from EnviroDIY/dependabot/github_actions/actio…

Merge pull request #16 from EnviroDIY/dependabot/github_actions/actio… #40

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@v4
- name: Set up Python
uses: actions/setup-python@v4
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