Skip to content

fix: use differenct chainId sources if a wallet is connected or not (… #804

fix: use differenct chainId sources if a wallet is connected or not (…

fix: use differenct chainId sources if a wallet is connected or not (… #804

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@v4
- name: 🥷 Setup node and bun
uses: actions/setup-node@v4
with:
node-version: 21.1.0
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: 🎪 Install dependencies
run: bun install --immutable
- name: 🛠️ Build
run: bun run build
- name: 🚑 Typecheck
run: bun typecheck
- name: 🔬 Lint
run: bun lint