Skip to content

feat: add build-test-deploy.yml #2

feat: add build-test-deploy.yml

feat: add build-test-deploy.yml #2

Workflow file for this run

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)"