Skip to content

moved to pnpm

moved to pnpm #34

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm build
- name: Check
run: pnpm run astro check