Skip to content

fix npm test to npm run test #6

fix npm test to npm run test

fix npm test to npm run test #6

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v3
- run: echo "$(cat hello_world.txt)"