Compare commits

...

1 commit

Author SHA1 Message Date
205902205f
1.3.0: ci: add first forgejo ci #1
Some checks failed
/ lint (pull_request) Failing after 1m21s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 22:58:46 +02:00

View file

@ -0,0 +1,20 @@
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
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