Skip to content

Commit

Permalink
Update run command in markdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRohowsky committed Mar 9, 2024
1 parent e2696b9 commit 40631e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: actions/checkout@v4

- name: Run hello-world.js
run: node -e "console.log('Hello, World!')"
run: node hello-world.js

2 changes: 2 additions & 0 deletions hello.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log('Hello, world!');

0 comments on commit 40631e4

Please sign in to comment.