Add CI check for verifying manifest.yml (#590)

This commit is contained in:
Archit Aggarwal 2021-05-07 15:15:00 -07:00 committed by GitHub
parent 420a821514
commit e117bdcd17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 105 additions and 0 deletions

View file

@ -59,4 +59,16 @@ jobs:
name: doxygen.zip-${{ github.sha }}
path: ./freertos/doxygen.zip
retention-days: 2
verify-manifest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python3
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: python3 -m pip install -r .github/scripts/verify_manifest_requirements.txt
- name: Run script to verify manifest.yml
run: python3 .github/scripts/verify_manifest.py