🎨 format code
This commit is contained in:
4
.github/workflows/claude-unified.yml
vendored
4
.github/workflows/claude-unified.yml
vendored
@@ -66,6 +66,6 @@ jobs:
|
||||
- Performance considerations for desktop app packaging
|
||||
- CLI usability and error handling
|
||||
- Test coverage completeness
|
||||
|
||||
|
||||
Be constructive and helpful in your feedback.
|
||||
use_sticky_comment: true
|
||||
use_sticky_comment: true
|
||||
|
||||
10
.github/workflows/quality-and-test.yml
vendored
10
.github/workflows/quality-and-test.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
cache: "npm"
|
||||
|
||||
- name: Install Rust (Ubuntu)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
@@ -157,21 +157,21 @@ jobs:
|
||||
run: |
|
||||
echo "# 🎯 Quality & Testing Summary" >> $GITHUB_STEP_SUMMARY
|
||||
echo "" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
|
||||
if [ "${{ needs.formatting.result }}" == "success" ]; then
|
||||
echo "✅ **Code Formatting**: PASSED" >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo "❌ **Code Formatting**: FAILED" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
|
||||
|
||||
if [ "${{ needs.rust-quality.result }}" == "success" ]; then
|
||||
echo "✅ **Rust Quality**: PASSED" >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo "❌ **Rust Quality**: FAILED" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
|
||||
|
||||
if [ "${{ needs.cli-tests.result }}" == "success" ]; then
|
||||
echo "✅ **CLI Tests**: PASSED" >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo "❌ **CLI Tests**: FAILED" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
fi
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -113,4 +113,4 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user