Skip to content

feat(writer): support InsertIfAbsent functionality #4

feat(writer): support InsertIfAbsent functionality

feat(writer): support InsertIfAbsent functionality #4

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Lint
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.61.0