Skip to content

ci: write image tag to global.image.tag #43

ci: write image tag to global.image.tag

ci: write image tag to global.image.tag #43

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v6
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Apply patches
run: npx patch-package
- name: Build
run: bun run build
- name: Download content
run: bun run download-content