8000 add missing comments · go-ldap/ldap@7fdf217 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

feat: add Extended request operations #143

feat: add Extended request operations

feat: add Extended request operations #143

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
0