Skip to content

Merge branch 'main' of https://github.com/CatenaryTransit/catenary-fr… #10

Merge branch 'main' of https://github.com/CatenaryTransit/catenary-fr…

Merge branch 'main' of https://github.com/CatenaryTransit/catenary-fr… #10

Workflow file for this run

name: Build Svelte using Bun
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install Node Dependency
run: bun install
- name: Build
run: bun run build