Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindb3rg committed Aug 11, 2024
1 parent 698cf3c commit b0496e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Hello World

on: push

jobs:
hello-job:
runs-on: ubuntu-latest
steps:
- name: Echo text
run: echo "Hello, world!"

0 comments on commit b0496e2

Please sign in to comment.