Skip to content

Add scripts to fetch stars, downloads and pulls #8

Add scripts to fetch stars, downloads and pulls

Add scripts to fetch stars, downloads and pulls #8

Workflow file for this run

name: Validate vendor JSON files
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate JSON
uses: GrantBirki/[email protected]
with:
base_dir: docs/tools/vdb_table/data
json_schema: docs/tools/vdb_table/vendor.schema.json
json_schema_version: "draft-2020-12"