Skip to content

Documentation update: updated document with new config file link #243

Documentation update: updated document with new config file link

Documentation update: updated document with new config file link #243

name: orphaned-content-check
on:
pull_request:
push:
jobs:
orphaned-content-check:
runs-on: ubuntu-22.04
steps:
- name: checkout repo content
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.11.0-beta.1
architecture: 'x64'
- name: check for orphaned content
run: |
python tests/orphaned-content.py