Skip to content

Dotnet: Fix warning IDE0008 "Use explicit type instead of var" #227

Dotnet: Fix warning IDE0008 "Use explicit type instead of var"

Dotnet: Fix warning IDE0008 "Use explicit type instead of var" #227

Workflow file for this run

name: Check URLs
on:
# Run on each PR to main
pull_request:
branches:
- main
# And every day at 03:00 UTC
schedule:
- cron: '0 3 * * *'
jobs:
check-urls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Check all URLs
run: ./scripts/check_all_urls.sh