Skip to content

docs: Add the usage of urlInterrupter for app-slide #901

docs: Add the usage of urlInterrupter for app-slide

docs: Add the usage of urlInterrupter for app-slide #901

Workflow file for this run

name: Lint & Build
on:
- push
- pull_request
jobs:
lint_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: latest
run_install: true
- run: pnpm lint
- run: pnpm build-all:ci