Skip to content

remove module swap statement in osu benchmark test #567

remove module swap statement in osu benchmark test

remove module swap statement in osu benchmark test #567

Workflow file for this run

name: Check URLs
on: [push, pull_request]
jobs:
urlcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: URLs-checker
uses: urlstechie/[email protected]
with:
# clone devel
branch: devel
# A comma-separated list of file types to cover in the URL checks
file_types: .md
# Choose whether to include file with no URLs in the prints.
print_all: false
# timeout in 10 seconds if url is not reached
timeout: 10
# How many times to retry a failed request (defaults to 1)
retry_count: 5
# A comma separated links to exclude during URL checks
exclude_urls: https://github.com/buildtesters/buildtest-cori/settings/secrets/actions
verbose: true