Skip to content

Merge pull request #9 from Synthetixio/fix-wallet-connect #83

Merge pull request #9 from Synthetixio/fix-wallet-connect

Merge pull request #9 from Synthetixio/fix-wallet-connect #83

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run test