Skip to content

Merge pull request #49 from christianncode/feature/AddScheduleWorkflow #2

Merge pull request #49 from christianncode/feature/AddScheduleWorkflow

Merge pull request #49 from christianncode/feature/AddScheduleWorkflow #2

name: Workflow Scheduled Event

Check failure on line 1 in .github/workflows/workflow-schedule.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-schedule.yml

Invalid workflow file

(Line: 7, Col: 9): Unexpected value '', (Line: 8, Col: 12): Unexpected value 'ubuntu-latest', (Line: 10, Col: 5): A sequence was not expected
on:
schedule:
- cron: "*/5 * * * *"
jobs:
study:
runs-on: ubuntu-latest
steps:
- name: Alert
run: echo "You must study!!"