Skip to content

Commit

Permalink
Create livestream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jun 7, 2024
1 parent a602718 commit 8fc0b9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/livestream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Livestream Action

on:
pull_request:

jobs:
Log:
runs-on: ubuntu-latest
steps:
- name: Console logs some cool s**t
run: echo "Hello, World!"

0 comments on commit 8fc0b9f

Please sign in to comment.