Skip to content

236 user authentication using keycloak or any openid client for using external auth providers such as ldap GitHub google #1190

236 user authentication using keycloak or any openid client for using external auth providers such as ldap GitHub google

236 user authentication using keycloak or any openid client for using external auth providers such as ldap GitHub google #1190

Workflow file for this run

name: Build & Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Build, Vet & Test
run: |
go build ./...
go vet ./...
go test ./...