🐛 update yml
This commit is contained in:
4
.github/workflows/quality-and-test.yml
vendored
4
.github/workflows/quality-and-test.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add .
|
git add .
|
||||||
if ! git diff --staged --quiet; then
|
if ! git diff --staged --quiet; then
|
||||||
git commit -m "🎨 Auto-fix formatting issues"
|
git commit -m "Auto-fix formatting issues"
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
echo "No formatting changes to commit"
|
echo "No formatting changes to commit"
|
||||||
@@ -321,7 +321,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate Summary
|
- name: Generate Summary
|
||||||
run: |
|
run: |
|
||||||
echo "# 🎯 Quality & Testing Summary" >> $GITHUB_STEP_SUMMARY
|
echo "# Quality & Testing Summary" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "" >> $GITHUB_STEP_SUMMARY
|
echo "" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
if [ "${{ needs.formatting.result }}" == "success" ]; then
|
if [ "${{ needs.formatting.result }}" == "success" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user