Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 3a250e3 commit eb8dca0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,11 @@ jobs:
steps:
- uses: actions/checkout@v3

# - name: Set up Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '20'

- uses: ./.github/actions/restore-cache

# - name: Install dependencies
# run: npm install ts-node typescript
- uses: ./.github/actions/generate-orbit-chains-data

- id: set-matrix
run: |
yarn generate:orbitChainsData
echo "matrix=$(npx ts-node .github/scripts/generateMatrix.ts)" >> $GITHUB_OUTPUT
generate-token-lists:
Expand Down

0 comments on commit eb8dca0

Please sign in to comment.