Skip to content

feat(wrapped-ether): update symbol from wETH to WETH #26

feat(wrapped-ether): update symbol from wETH to WETH

feat(wrapped-ether): update symbol from wETH to WETH #26

name: Validate Tokenlist
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'tokenlist.json'
- 'tokenlist-testnet.json'
- 'validate.js'
- 'validate-version.js'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for version comparison
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Validate tokenlists
run: npm run validate
- name: Fetch main branch
run: |
git fetch origin main:main
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Validate version increments
run: node validate-version.js