Skip to content

feat(auth): add 'latere auth org switch' for refresh-grant org switching #54

feat(auth): add 'latere auth org switch' for refresh-grant org switching

feat(auth): add 'latere auth org switch' for refresh-grant org switching #54

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26.x'
cache: true
- run: go mod tidy -diff
- run: go vet ./...
- run: go build ./...
- run: go test ./...