Skip to content

Commit 365b6ea

Browse files
authored
Update ci.yml
1 parent 8917984 commit 365b6ea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ on:
55
pull_request:
66
branches: [main]
77
workflow_dispatch:
8-
98
permissions:
109
contents: write
11-
1210
jobs:
1311
codespell:
1412
runs-on: ubuntu-latest
@@ -30,15 +28,12 @@ jobs:
3028
run: |
3129
git config user.name "GitHub Actions"
3230
git config user.email "actions@github.com"
33-
3431
if git diff --quiet; then
3532
echo "✅ No formatting changes needed"
3633
exit 0
3734
fi
38-
3935
git add -A
4036
git commit -m "style: apply ruff formatting [skip ci]"
41-
4237
for i in 1 2 3; do
4338
git pull --rebase origin main && git push && break
4439
echo "⚠️ Push failed, retrying ($i/3)..."

0 commit comments

Comments
 (0)