Skip to content

Commit

Permalink
Update validate-tokens.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso authored Sep 23, 2024
1 parent 095889f commit 4d98c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: Install dependencies
run: |
npm install -g typescript ts-node
npm install -g typescript
npm install [email protected]
npm install viem
npm install axios
npm install fs
npm install @types/node
- name: Compile TypeScript
run: ts-node scripts/validate-token-configs.ts
run: tsc scripts/validate-token-configs.ts

- name: Extract and validate new tokens
run: |
Expand Down

0 comments on commit 4d98c7e

Please sign in to comment.