build: build frontend for rust linting

This commit is contained in:
zhom
2025-11-29 14:36:33 +04:00
parent 13c6946798
commit 8af318b5ce
+2 -4
View File
@@ -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