Skip to content

hotfix: update WAGMI version to remove Ledger compromised connector #621

hotfix: update WAGMI version to remove Ledger compromised connector

hotfix: update WAGMI version to remove Ledger compromised connector #621

Workflow file for this run

name: Continous Integration
on:
push:
branches:
- main
- production
- develop
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- production
- develop
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: πŸ§‘πŸ»β€πŸ’» Checkout code
uses: actions/checkout@v3
- name: πŸ₯· Setup node and bun
uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
with:
node-version: lts/hydrogen
check-latest: true
- name: πŸŽͺ Install dependencies
run: bun install --immutable
- name: πŸ› οΈ Build
run: bun run build
- name: πŸš‘ Typecheck
run: bun typecheck
- name: πŸ”¬ Lint
run: bun lint