Skip to content

build(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1 #215

build(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1

build(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1 #215

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
env:
GOTOOLCHAIN: local
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Install Go 1.22
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.22'
check-latest: true
cache: true
- name: Build docs
run: |
for pkg in auth common features cloudantv1
do
go doc -all -u $pkg
done