Skip to content

chore(deps): bump tar from 7.4.3 to 7.5.11 #26

chore(deps): bump tar from 7.4.3 to 7.5.11

chore(deps): bump tar from 7.4.3 to 7.5.11 #26

name: Playground CI
on:
pull_request:
paths:
- 'pnpm-lock.yaml'
- 'playground/**/*'
- '.github/workflows/playground-ci.yaml'
concurrency:
group: ${{github.workflow}}-${{github.head_ref}}
cancel-in-progress: true
env:
CI: true
DO_NOT_TRACK: '1'
jobs:
build_test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/node
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build for router
run: pnpm run --filter ./playground build:router
- name: Check if git is not dirty after generating files
run: git diff --no-ext-diff --exit-code
- name: Build as plugin
run: pnpm run --filter ./playground build