Skip to content

Update ldap.rb to allow unencrypted LDAP Access #119

Update ldap.rb to allow unencrypted LDAP Access

Update ldap.rb to allow unencrypted LDAP Access #119

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2' ]
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop -c .rubocop.yml lib/ spec/