Skip to content

[Snyk] Upgrade astro-embed from 0.7.4 to 0.8.0 #3315

[Snyk] Upgrade astro-embed from 0.7.4 to 0.8.0

[Snyk] Upgrade astro-embed from 0.7.4 to 0.8.0 #3315

Workflow file for this run

name: Test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Generate static pages
run: bun run build