Skip to content

fix: augment @nuxt/schema rather than nuxt/schema (#330) #221

fix: augment @nuxt/schema rather than nuxt/schema (#330)

fix: augment @nuxt/schema rather than nuxt/schema (#330) #221

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm typecheck
- name: Build
run: pnpm build
- name: Publint
run: pnpm publint