Skip to content

Updated README.md's

Updated README.md's #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.20
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run --filter '@nurodev/astro-bun' build