Skip to content

Check Infores Catalog Links and Regenerate Artifacts #18

Check Infores Catalog Links and Regenerate Artifacts

Check Infores Catalog Links and Regenerate Artifacts #18

name: Check Infores Catalog Links and Regenerate Artifacts
on:
schedule:
- cron: '0 7 * * 1' # at 07:00 UTC every Monday
workflow_dispatch:
types: trigger-url-check
jobs:
check-external-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install --upgrade pip
pip install poetry
poetry install
- name: Run URL validation
run: |
make check_urls