1.3.0: ci: add first forgejo ci #1 #2

Merged
nicolas.boufideline merged 14 commits from #1 into main 2025-09-27 21:17:42 +00:00
Showing only changes of commit feb4e93f03 - Show all commits

1.3.0: ci: add container gestion #1
Some checks failed
Test Pipeline / ci-test (pull_request) Failing after 59s
Test Pipeline / lint (pull_request) Failing after 1m41s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-09-25 23:24:14 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -22,6 +22,8 @@ jobs:
version: v2.1
ci-test:
runs-on: raw
container:
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Check out repository
uses: actions/checkout@v3