Skip to content

feat: add support for Pin on Ink & Form, NFT reward on Ink #1123

feat: add support for Pin on Ink & Form, NFT reward on Ink

feat: add support for Pin on Ink & Form, NFT reward on Ink #1123

Workflow file for this run

name: Code check
on:
pull_request:
branches: ["*"]
jobs:
quality-assurance:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2.2.1
- name: Run Biome
run: biome ci --reporter=github .
type:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run TypeScript compiler
run: npm run type-check