Skip to content

start creating PyPI checker #1

start creating PyPI checker

start creating PyPI checker #1

Workflow file for this run

name: Packages Update Check

Check failure on line 1 in .github/workflows/updater.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/updater.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: check-PyPI
on:
schedule:
# Run at UTC 00:00 Mon-Fri
- cron: '0 0 * * 1-5'
jobs:
check-PyPI:
name: Check for package updates on PyPI and create issue
runs-on: ubuntu-latest
permissions:
issues: write