Skip to content

Tracing: enable tracing for main query execution steps #2107

Tracing: enable tracing for main query execution steps

Tracing: enable tracing for main query execution steps #2107

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
check:
runs-on: ubuntu-latest
name: Documentation check
env:
GOBIN: /tmp/.bin
steps:
- name: Checkout code into the Go module directory.
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
- name: Check docs
run: make check-docs