Skip to content

fix: vite-plugin-static-copy patch and build configuration #1

fix: vite-plugin-static-copy patch and build configuration

fix: vite-plugin-static-copy patch and build configuration #1

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
# Reads packageManager field from package.json automatically
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Type check
run: pnpm astro check
- name: Format check
run: pnpm run format:check
- name: Agent markdown audit
run: node scripts/agent-markdown-audit.js --strict