build(deps): bump github.com/prometheus/common from 0.65.1-0.20250703115700-7f8b2a0d32d3 to 0.67.2 #2448
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 | |
| with: | |
| go-version-file: go.mod | |
| - name: Check docs | |
| run: make check-docs |