mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 20:06:18 +02:00
build: build frontend for rust linting
This commit is contained in:
@@ -129,10 +129,8 @@ jobs:
|
||||
chmod +x src-tauri/binaries/donut-proxy-${HOST_TARGET}
|
||||
fi
|
||||
|
||||
- name: Create dist directory with minimal index.html for Tauri
|
||||
run: |
|
||||
mkdir -p dist
|
||||
echo '<!DOCTYPE html><html><head></head><body></body></html>' > dist/index.html
|
||||
- name: Build frontend
|
||||
run: pnpm build
|
||||
|
||||
- name: Run rustfmt check
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
Reference in New Issue
Block a user