Skip to content

feat: validation script to run when new tokens are pushed #44

feat: validation script to run when new tokens are pushed

feat: validation script to run when new tokens are pushed #44

name: Validate New Token Configurations
on:
pull_request:
paths:
- "registry/mainnet/interchain/squid.tokenlist.json"
jobs:
validate-tokens:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run validation
run: bun run scripts/run-validation.ts