Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Merge branch 'main' of github.com:nuxt/learn.nuxt.com #42

Merge branch 'main' of github.com:nuxt/learn.nuxt.com

Merge branch 'main' of github.com:nuxt/learn.nuxt.com #42

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install
run: pnpm install
- name: Typecheck
run: pnpm run typecheck