Skip to content

refactor: add a check for username override key variable from api #530

refactor: add a check for username override key variable from api

refactor: add a check for username override key variable from api #530

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "^1.18"
- name: Run Tests
run: go test -v ./...