Skip to content

remove jfrog references #3380

remove jfrog references

remove jfrog references #3380

name: Validate network variable tabs
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
validate-network-variable-tabs:
runs-on: canton-network-cf-docs
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: 24
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Validate rendered network variable tabs
run: npm run validate:network-variable-tabs