Skip to content

feat: WalletConnect support #244

feat: WalletConnect support

feat: WalletConnect support #244

Workflow file for this run

name: FormatCheck
on: push
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run format:check