diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml new file mode 100644 index 0000000..7d47a64 --- /dev/null +++ b/.github/workflows/hello-world.yml @@ -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)"