Skip to content

Delete file_extensions_macros.txt #7

Delete file_extensions_macros.txt

Delete file_extensions_macros.txt #7

name: Validate manifest.json
on: push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: python -m pip install requests
- name: Load and Validate
run:
python ./scripts/validate.py