WIP: validate positions
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-05-26 07:42:47 +01:00
parent 4655ec505a
commit 3e7fca7640

View file

@ -7,6 +7,8 @@ use git_next_git as git;
use kxio::network;
use tracing::{debug, error, info, warn};
// TODO: remove legacy commit log
// TODO: move this module into forge, git or server crate
pub async fn validate_positions(
forge: &forgejo::ForgeJo,
repository: &git::OpenRepository,