Skip to content

feat: adds support for explicit float32 and float64 #526

feat: adds support for explicit float32 and float64

feat: adds support for explicit float32 and float64 #526

Workflow file for this run

name: Run lints
on:
push:
tags:
- v3.*
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: latest