remove debug step; add dummy file to test #1188
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 |