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

20 lines
No EOL
411 B
YAML

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