Finalize first version #1

Merged
bcarlin merged 7 commits from 1-finilize-first-version into main 2025-01-18 01:16:10 +01:00
Showing only changes of commit a3b5b9b1d9 - Show all commits

View file

@ -15,6 +15,17 @@ variables:
paths:
- $CI_PROJECT_DIR/.gocache
code_navigation:
stage: test
image: sourcegraph/lsif-go:latest
allow_failure: true # recommended
script:
- lsif-go --no-animation
- ls -lh dump.lsif
artifacts:
reports:
lsif: dump.lsif
lint:
stage: test
image: golangci/golangci-lint:latest