Skip to content

Workflow file for this run

name: Check URLs
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: URLs checker
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: BALSAMIC
# A comma-separated list of file types to cover in the URL checks
file_types: *

Check failure on line 18 in .github/workflows/check_urls.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_urls.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
# Choose whether to include file with no URLs in the prints.
print_all: false
# The timeout seconds to provide to requests, defaults to 5 seconds
timeout: 5
# How many times to retry a failed request (each is logged, defaults to 1)
retry_count: 3
# Verbosity
verbose: true
serial: true