Skip to content

Check empty player URLs #84

Check empty player URLs

Check empty player URLs #84

name: Check empty player URLs
on:
schedule:
- cron: '15 4 1 * *' # At 04:05 on day-of-month 1.
workflow_dispatch:
jobs:
publishing:
name: Check if all detail links for Podcast platforms are set
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version-file: 'scripts/.python-version'
cache: 'pip'
- name: Install python dependencies
run: make init-python
- name: Run make check-episode-player-urls
run: make check-episode-player-urls