Skip to content

Commit cda71b9

Browse files
fixing eof
1 parent b7906b1 commit cda71b9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
uv sync --all-extras --dev
3232
uv pip install -e . --no-deps
3333
34+
- name: Set up Git user
35+
run: |
36+
git config --global user.name "GitHub Actions"
37+
git config --global user.email "actions@github.com"
38+
3439
- name: Create dummy .env file
3540
run: |
3641
echo "R2_ACCOUNT_ID=dummy-id" >> .env

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
}
6666
]
6767
}
68-
]
68+
]

0 commit comments

Comments
 (0)