Skip to content

[SP-3557] fix: sort results by ascending order #99

[SP-3557] fix: sort results by ascending order

[SP-3557] fix: sort results by ascending order #99

Workflow file for this run

name: Golang CI Lint
# This workflow will run the golangci-lint analysis
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Get tags to allow build script to get build version
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Setup Version
run: make version
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout=5m