srctree

Robin Linden parent f442fc34 bc2f9227
ci: Install gitlint as gitlint-core

They have an interesting setup where gitlint is just an alias for gitlint-core. This works right now, but breaks if trying to install it using pipx.
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -372,7 +372,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pip install gitlint==0.19.1
- run: pip install gitlint-core==0.19.1
- run: gitlint --commits origin/master..
 
# https://github.com/astral-sh/ruff