Skip to content

Commit

Permalink
Create man.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquel-James authored Oct 24, 2024
1 parent 2d1f329 commit 9fa7864
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/man.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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)"

- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm run build

0 comments on commit 9fa7864

Please # to comment.