Skip to content

remove cert words

remove cert words #93

Workflow file for this run

name: Check YAML Links
on:
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install pyyaml requests
- name: Run link checker
run: python .github/workflows/scripts/check_yaml_links.py data