Skip to content

Check Documentation for Broken Links #280

Check Documentation for Broken Links

Check Documentation for Broken Links #280

name: Check Documentation for Broken Links
on:
schedule:
- cron: "0 10 * * 1-5" # Runs at 10:00 UTC on Mon, Tue, Wed, Thu and Fri. (see https://crontab.guru)
workflow_dispatch: # Run on manual trigger
jobs:
build:
runs-on: ubuntu-20.04
container:
image: quantconnect/lean:foundation
steps:
- uses: actions/checkout@v2
- name: Build and run the url tester csproj
run: |
cd "URL Test"
dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 URLTest.csproj
dotnet run bin/Debug/net6.0/process.dll