Skip to content

DO NOT MERGE: this is essentially just dusterbloom/neutron-testnet-websocket-url syncd with main (for testing the rust cw client) #68

DO NOT MERGE: this is essentially just dusterbloom/neutron-testnet-websocket-url syncd with main (for testing the rust cw client)

DO NOT MERGE: this is essentially just dusterbloom/neutron-testnet-websocket-url syncd with main (for testing the rust cw client) #68

Workflow file for this run

name: Frontend
on:
pull_request:
paths:
- .github/workflows/frontend.yml
- examples/transfers/frontend/**
defaults:
run:
working-directory: examples/transfers/frontend
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
check-latest: true
- run: npm ci
- run: npm run lint