Skip to content

BulkUpsert request size limit and .others column for extra data as JSON #38

BulkUpsert request size limit and .others column for extra data as JSON

BulkUpsert request size limit and .others column for extra data as JSON #38

Workflow file for this run

name: lint
on:
push:
branches:
- master
- release-*
pull_request:
workflow_dispatch:
jobs:
golangci:
name: golangci-lint
concurrency:
group: lint-golangci-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2