Skip to content

feat: Connect using Leap Wallet support #175

feat: Connect using Leap Wallet support

feat: Connect using Leap Wallet support #175

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: check-for-cc
id: check-for-cc
uses: agenthunt/[email protected]
check-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn workspace web run ci