JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

Consistency CI doesn't check if package link ends in `.git` #556

Open MasonProtter opened 7 months ago

MasonProtter commented 7 months ago

When doing this migration: https://github.com/JuliaRegistries/General/pull/100032 I accidentally dropped the .git from the package URL, and somehow the consistency CI didn't catch it. (fixed here: https://github.com/JuliaRegistries/General/pull/100034)

It'd be good if we had a check for that in the CI.