Skip to content

Commit

Permalink
Merge pull request #1 from shubhra27wip/shubhra27wip-patch-1
Browse files Browse the repository at this point in the history
Create first-workflow.yaml
  • Loading branch information
shubhra27wip authored Sep 17, 2024
2 parents c3c4f28 + 7e6cfa7 commit a862e1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/first-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: First Workflow
on: [push]

jobs:
run-shell-commands:
runs-on: ubuntu-latest
steps:
- name: echo-string
run: echo "Hello World!"
- name: Multiline commands
run: |
node -v
npm -v

0 comments on commit a862e1d

Please sign in to comment.