Skip to content

feat: Add mtls authentication for client certificate auth #822

feat: Add mtls authentication for client certificate auth

feat: Add mtls authentication for client certificate auth #822

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened]
release:
types: [published]
push:
branches: [main]
name: Build
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20.2'
- name: Install dependencies
run: make deps
- name: Run linter
run: make lint
- name: Run tests
run: make test