Skip to content

Print authorize url in the silent and no-browser mode (#147) #316

Print authorize url in the silent and no-browser mode (#147)

Print authorize url in the silent and no-browser mode (#147) #316

Workflow file for this run

name: build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: true
- name: Build
run: go build ./...
- name: Test
run: go test ./...