Skip to content

add script for fetching npm downloads #22

add script for fetching npm downloads

add script for fetching npm downloads #22

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"