Skip to content

feat(auth): allow additional CA certs for OAuth2 #122

feat(auth): allow additional CA certs for OAuth2

feat(auth): allow additional CA certs for OAuth2 #122

Workflow file for this run

# GitHub Actions - CI for Go to build & test. See ci-go-cover.yml and linters.yml for code coverage and linters.
# Taken from: https://github.com/fxamacker/cbor/workflows/ci.yml (thanks!)
name: ci
on: [push]
jobs:
# Test on Ubuntu
tests:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Run tests
run: |
go version
make test