Skip to content

feat: add support for netrc authentication (#57) #366

feat: add support for netrc authentication (#57)

feat: add support for netrc authentication (#57) #366

Workflow file for this run

name: Build and Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker-practice/actions-setup-docker@master
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: make
- name: Unit Test
run: make unit
- name: Integraton Test
run: make integration