Compare commits

...

9 commits

Author SHA1 Message Date
8faa5e864c
fix 8
Some checks failed
/ lint_job (pull_request) Failing after 1m24s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:27:41 +02:00
03348d17a7
fix 7
Some checks failed
/ lint_job (pull_request) Failing after 3m45s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:25:51 +02:00
58a3713903
fix 6
Some checks failed
/ lint_job (pull_request) Failing after 2m1s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:19:49 +02:00
7c741df95c
fix 5
Some checks failed
/ lint_job (pull_request) Failing after 49s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:17:04 +02:00
24ab2cd7c2
fix 4
Some checks failed
/ lint_job (pull_request) Failing after 2s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:16:08 +02:00
f32441baec
fix 3
Some checks failed
/ lint_job (pull_request) Failing after 35s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:11:12 +02:00
7651c3b346
fix 2
Some checks failed
/ lint_job (pull_request) Failing after 3s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 21:39:55 +02:00
d522667bb1
fix
Some checks failed
/ lint_job (pull_request) Failing after 1m10s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 21:36:51 +02:00
81c6dec63c
1.3.0: ci: add first forgejo ci #1
Some checks failed
/ lint_job (pull_request) Failing after 10s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 21:26:19 +02:00

View file

@ -0,0 +1,20 @@
on:
pull_request:
types: [opened, synchronize]
jobs:
lint_job:
runs-on: raw
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: golangci-lint
uses: https://github.com/golangci/golangci-lint-action@v8
with:
version: v2.1