Skip to content

fix: add moodeng to markets.json #229

fix: add moodeng to markets.json

fix: add moodeng to markets.json #229

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up pnpm
uses: dydxprotocol/[email protected]
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: |
pnpm install --ignore-scripts --frozen-lockfile
tar -xzC public -f tradingview/tradingview.tgz # manually inline postinstall script
- run: pnpm exec vitest run