Skip to content

diff: sort by value #1517

diff: sort by value

diff: sort by value #1517

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.24'
cache: false
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9