Skip to content

Merge pull request #24 from merschformann/merschformann/tz-sorting #139

Merge pull request #24 from merschformann/merschformann/tz-sorting

Merge pull request #24 from merschformann/merschformann/tz-sorting #139

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: set up go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: go build
run: go build -v
- name: go test
run: go test -v -cover -coverpkg=./... -race ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.5