Skip to content

Commit

Permalink
Create wakeup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy authored Oct 11, 2024
1 parent 8536212 commit abf9047
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wakeup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: hello-world

Check warning on line 1 in .github/workflows/wakeup.yml

View workflow job for this annotation

GitHub Actions / lint

1:1 [document-start] missing document start "---"
on: push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Wake UP!"

0 comments on commit abf9047

Please sign in to comment.