Skip to content

Added text for Analysts #131

Added text for Analysts

Added text for Analysts #131

Workflow file for this run

on:
# Scheduled to run every monday 9am UTC
schedule:
- cron: "0 9 * * 1"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
linkChecker:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: update setuptools
- run: |
python3 -m pip install --upgrade pip setuptools wheel
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@master
with:
# https://github.com/lycheeverse/lychee
args: --verbose --no-progress --accept 200,204,206,406,429,999 --exclude-mail ./sections/*.md
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue