Skip to content

feat: Add GHO, USDS (Sky), and MetaMask USD tokens #11

feat: Add GHO, USDS (Sky), and MetaMask USD tokens

feat: Add GHO, USDS (Sky), and MetaMask USD tokens #11

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: [main]
paths:
- "tokens/**"
- "src/**"
- "tests/**"
- "package.json"
- "package-lock.json"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Validate token list
run: npm run validate