ci: Forgejo Actions migration #60

Open
ry wants to merge 5 commits from forgejo-ci into main
Owner

Déplace .github/workflows/ci.yml vers .forgejo/workflows/ et sert de test réel du runner sur ce repo.

Déplace .github/workflows/ci.yml vers .forgejo/workflows/ et sert de test réel du runner sur ce repo.
ci: migrate CI workflow to Forgejo Actions (.forgejo/workflows)
Some checks failed
CI / test (pull_request) Failing after 2s
f10eee786c
ci: verify runner after cache permission fix
Some checks failed
CI / test (pull_request) Failing after 5m7s
d4034f419b
ci: use python:3.12 container image instead of setup-python (self-hosted runner)
Some checks failed
CI / test (pull_request) Failing after 1m13s
7f9f4f2d34
ci: use python+node image so JS-based actions (checkout) work
Some checks failed
CI / test (pull_request) Failing after 1m29s
ac80b35c73
ci: upload-artifact v3 (v4 not supported on Forgejo runner)
All checks were successful
CI / test (pull_request) Successful in 2m25s
d62ba56a86
All checks were successful
CI / test (pull_request) Successful in 2m25s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin forgejo-ci:forgejo-ci
git switch forgejo-ci

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff forgejo-ci
git switch forgejo-ci
git rebase main
git switch main
git merge --ff-only forgejo-ci
git switch forgejo-ci
git rebase main
git switch main
git merge --no-ff forgejo-ci
git switch main
git merge --squash forgejo-ci
git switch main
git merge --ff-only forgejo-ci
git switch main
git merge forgejo-ci
git push origin main
Sign in to join this conversation.
No description provided.