Skip to content

fix(sqlserver): make it work with case sensitive settings (#182) #117

fix(sqlserver): make it work with case sensitive settings (#182)

fix(sqlserver): make it work with case sensitive settings (#182) #117

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2