1.3.0: ci: add first forgejo ci #1
Some checks failed
/ lint_job (pull_request) Failing after 2s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-09-24 21:21:40 +02:00
commit 98ea63a915
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -0,0 +1,16 @@
on:
pull_request:
types: [opened, synchronize]
jobs:
lint_job:
runs-on: raw
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Run linters
uses: wearerequired/lint-action@v2
with:
gofmt: true
golint: true