users/.forgejo/workflows/test.yml
GnomeZworc 7651c3b346
Some checks failed
/ lint_job (pull_request) Failing after 3s
fix 2
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-24 21:39:55 +02:00

18 lines
No EOL
381 B
YAML

on:
pull_request:
types: [opened, synchronize]
jobs:
lint_job:
runs-on: raw
container:
image: golangci/golangci-lint:v1.56.2
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