Skip to content

fix(Element): scroll element into view when clicked #15

fix(Element): scroll element into view when clicked

fix(Element): scroll element into view when clicked #15

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: xvfb-run npm run all