Skip to content

feed-integrity

feed-integrity #95

Workflow file for this run

name: feed-integrity
on:
schedule:
# At 2 on Fridays
- cron: '0 2 * * 5'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Feed Integiry
run: |
pip install requests
python .github/test_episode_links.py