Skip to content

Delete alexa_top_1m.csv #13

Delete alexa_top_1m.csv

Delete alexa_top_1m.csv #13

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
id: validate
run:
python ./scripts/validate.py
- name: Check for errors
if: ${{ failure() }}
run:
echo "Error validating manifest $GITHUB_OUTPUT"