"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "162643a4b17edc24426980e4eddcdcfd7c3f7970"
Unverified Commit 39516941 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #384 from ThatOneCalculator/hotfix/ci

fix: 🚑 fix CI
parents 28682aad a1d2c405
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
uses: oven-sh/setup-bun@v1 uses: oven-sh/setup-bun@v1
- run: bun --version - run: bun --version
- name: Install frontend dependencies - name: Install frontend dependencies
run: bun install --frozen-lockfile run: bun install
- name: Format frontend - name: Format frontend
run: bun run format run: bun run format
- name: Build frontend - name: Build frontend
......
No preview for this file type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment