Skip to content

Feat: Staking page Select #2250

Feat: Staking page Select

Feat: Staking page Select #2250

Workflow file for this run

name: Lint code
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ⚙️ Install dependencies
uses: ./.github/workflows/install-pnpm
- name: 🔪 Check by typescript
run: pnpm types
- name: 📝 Check by linter
run: TIMING=1 pnpm lint