Skip to content

chore(archive): close frontend-redesign, async-ux, pdf-inline-view #15

chore(archive): close frontend-redesign, async-ux, pdf-inline-view

chore(archive): close frontend-redesign, async-ux, pdf-inline-view #15

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx astro sync
- run: npm run lint
- run: npm run build