Skip to content

feat: enhance nuxtrc and nuxtignore syntanx and lang conf #15

feat: enhance nuxtrc and nuxtignore syntanx and lang conf

feat: enhance nuxtrc and nuxtignore syntanx and lang conf #15

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Typecheck
run: pnpm typecheck
- name: Build
run: pnpm build
- name: lint
run: pnpm lint