Skip to content

add slide separator in case no separator is provided and heading indicates the new slide #15

add slide separator in case no separator is provided and heading indicates the new slide

add slide separator in case no separator is provided and heading indicates the new slide #15

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: |
npm install
npm run test:unit