Skip to content

feat: provide page info on beforeSlide and afterSlide callbacks (#1070) #710

feat: provide page info on beforeSlide and afterSlide callbacks (#1070)

feat: provide page info on beforeSlide and afterSlide callbacks (#1070) #710

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Check and build codebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Check Code
run: pnpm check:ci
- name: Build
run: pnpm build