Skip to content

Add conference: ACM WebSci #74

Add conference: ACM WebSci

Add conference: ACM WebSci #74

Workflow file for this run

name: URLChecker
on:
schedule:
- cron: '0 0 1 * *'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
file_types: .md
include_files: README.md
timeout: 10
retry_count: 3