DOCSP-35769 External release notes for v20240124 #399
Workflow file for this run
This file contains 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: Check All Links for Errors | |
on: | |
pull_request: | |
paths: | |
- "source/**" | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
continue-on-error: true | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.20.6' | |
cache-dependency-path: go.sum | |
- uses: MongoCaleb/checker@main |