Skip to content

[ID-741]Fix Case-Insensitive Sorting #312

[ID-741]Fix Case-Insensitive Sorting

[ID-741]Fix Case-Insensitive Sorting #312

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22.5'
check-latest: true
- name: Build
run: make