Skip to content

Initial commit

Initial commit #1

on:

Check failure on line 1 in .github/workflows/notify-discord.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/notify-discord.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
schedule:
- cron: '32 16 * * 4'
workflow_dispatch:
jobs:
notify-discord:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
- run: pip install -r requirements.txt
- name: Check if 2 or more participants
run: framadatectl --url ${{ secrets.FRAMADATE_ADMIN_URL }} --min-votes=2 check next-slot