Skip to content

docs: add WORKSPACE_ADMINS.md for Internal OAuth setup #153

docs: add WORKSPACE_ADMINS.md for Internal OAuth setup

docs: add WORKSPACE_ADMINS.md for Internal OAuth setup #153

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Tidy, test, and build
run: make tidy test build
- name: Coverage gate
run: make test-cover-check
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2