Skip to content

Improve error when basic auth credentials are not found #104

Improve error when basic auth credentials are not found

Improve error when basic auth credentials are not found #104

Workflow file for this run

name: build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.23.x
- name: Run CI
run: make test