Skip to content

fix canonyze doubles between -1 and 1 #452

fix canonyze doubles between -1 and 1

fix canonyze doubles between -1 and 1 #452

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2