Skip to content

fix: checker page scroll behavior #109

fix: checker page scroll behavior

fix: checker page scroll behavior #109

Workflow file for this run

name: Run Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn build