docs: update CI badge links in README and CI setup documentation
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
MayaTheShy
2025-11-09 00:13:18 -05:00
parent 24e5a3ccc1
commit c8d07c1065
2 changed files with 2 additions and 4 deletions

View File

@@ -76,11 +76,9 @@ Currently relies on successful compilation. Future additions:
Add this to your Gitea repository README:
```markdown
[![CI](https://your-gitea-instance.com/username/starworld/actions/workflows/ci.yml/badge.svg)](https://your-gitea-instance.com/username/starworld/actions)
[![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions)
```
Replace `your-gitea-instance.com` and `username` with your actual values.
## Debugging CI Failures
### Build Failures

View File

@@ -1,6 +1,6 @@
# Starworld (StardustXR + Overte Client)
[![CI](https://gitea.example.com/yourusername/starworld/actions/workflows/ci.yml/badge.svg)](https://gitea.example.com/yourusername/starworld/actions)
[![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions)
## Overview