Skip to content

Scroll list to top when title was clicked #28

Scroll list to top when title was clicked

Scroll list to top when title was clicked #28

Workflow file for this run

name: CI
on:
pull_request:
push:
tags:
- "*"
jobs:
ci:
name: Lint on Update
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint