Skip to content

Update urlcheck.yml

Update urlcheck.yml #8

Workflow file for this run

#https://github.com/urlstechie/urlchecker-action/blob/master/examples/urlchecker-checkout.yml
on:
push:
branches: [hrm_test]
pull_request:
branches: [hrm_test]
# release:
# types: [published]
workflow_dispatch:
name: Check URLs
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: man, R
# A comma-separated list of file types to cover in the URL checks
file_types: .Rmd,.R, .Rd
# 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
# choose if the force pass or not
force_pass : true