Skip to content

InsertVector now returns an error if the label exists. ReplaceVector … #32

InsertVector now returns an error if the label exists. ReplaceVector …

InsertVector now returns an error if the label exists. ReplaceVector … #32

Workflow file for this run

name: Linting
on:
push:
#pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Golangci-lint
uses: golangci/[email protected]