Compare commits

...

1 commit

Author SHA1 Message Date
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,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: https://github.com/wearerequired/lint-action@v2
with:
gofmt: true
golint: true