Skip to content

Fix: Disable scrollSmooth #488

Fix: Disable scrollSmooth

Fix: Disable scrollSmooth #488

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
web:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: 20
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Lint check the project
run: pnpm lint
- name: Test for the prettier format
run: pnpm fmt
- name: Build the project and type check
run: pnpm build