Skip to content

Add location slides and header scroller #89

Add location slides and header scroller

Add location slides and header scroller #89

Workflow file for this run

name: NextJsPreview
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, '[skip build]') }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build