Skip to content

chore(deps-dev): bump astro and @astrojs/mdx #720

chore(deps-dev): bump astro and @astrojs/mdx

chore(deps-dev): bump astro and @astrojs/mdx #720

Workflow file for this run

name: Build
on:
pull_request:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install
shell: "bash"
run: |
bun install
- name: Build
shell: "bash"
run: |
bun run build