Skip to content

Updating action to install deps #4

Updating action to install deps

Updating action to install deps #4

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