Skip to content

Initialize the Astro project #2

Initialize the Astro project

Initialize the Astro project #2

Workflow file for this run

name: 🎽 CI
on:
push:
branches:
- main
paths:
- "**.astro"
- "**.ts"
- bun.lockb
- .github/workflows/ci.yml
pull_request:
paths:
- "**.astro"
- "**.ts"
- bun.lockb
- .github/workflows/ci.yml
jobs:
type-check:
name: πŸ” Type Check
runs-on: Ubuntu-Latest
steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🍞 Setup Bun with Cache
uses: ./.github/actions/setup-bun-with-cache
- name: πŸ” Type Check
run: bun run check
build:
name: πŸ› οΈ Build Check
runs-on: Ubuntu-Latest
steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🍞 Setup Bun with Cache
uses: ./.github/actions/setup-bun-with-cache
- name: πŸ› οΈ Build Check
run: bun run build