Skip to content

Commit

Permalink
Create hello-world.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaPolunina authored Oct 20, 2023
1 parent acb331a commit fc789e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: hello-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "$(cat hello_world.txt)"

0 comments on commit fc789e8

Please sign in to comment.