Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

URL checks

URL checks #40

Workflow file for this run

name: URL checks
on:
schedule:
- cron: '0 12 1 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: URLs-checker
uses: urlstechie/[email protected]
with:
# A comma-separated list of file types to cover in the URL checks
file_types: .md
save: "urls.csv"
- name: Archive URL checking results
if: always()
uses: actions/upload-artifact@v2-preview
with:
name: urlchecker-results
path: urls.csv