fix forgejo workflow syntax and update README URLs
Some checks failed
Build Deb-Mock Package / build (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 1s

This commit is contained in:
robojerk 2025-08-03 22:25:47 +00:00
parent aaadb2d60a
commit f89a0f1f04

View file

@ -1,6 +1,6 @@
# Deb-Mock
![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg)
![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg)
A low-level utility to create clean, isolated build environments for single Debian packages. This tool is a direct functional replacement for Fedora's Mock, adapted specifically for Debian-based ecosystems.
@ -29,7 +29,7 @@ Deb-Mock provides:
## CI/CD Status
This project uses GitHub Actions for continuous integration and deployment:
This project uses Forgejo Actions for continuous integration and deployment:
- **Build**: Automatically builds and tests the package on every push
- **Test**: Comprehensive testing of all CLI commands and functionality
@ -37,8 +37,8 @@ This project uses GitHub Actions for continuous integration and deployment:
- **Documentation**: Auto-updates README with build status
### Build Status
- ![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg)
- ![Test Status](https://github.com/robojerk/deb-mock/workflows/Test%20Deb-Mock%20Build/badge.svg)
- ![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg)
- ![Test Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/test.yml/badge.svg)
## Installation