fix 3
Some checks failed
/ lint_job (pull_request) Failing after 35s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-09-24 22:11:12 +02:00
commit f32441baec
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -5,14 +5,14 @@ on:
jobs:
lint_job:
runs-on: raw
container:
image: golangci/golangci-lint:v1.56.2
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run linters
uses: https://github.com/wearerequired/lint-action@v2
with:
gofmt: true
golint: true
run: golangci-lint run --issues-exit-code 0 --out-format code-climate | tee gl-code-quality-report.json