Skip to content

Commit a1b6747

Browse files
author
anurag.lohar
committed
minor update
1 parent 7d58c18 commit a1b6747

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
name: basic-second-wrokflow
1+
name: basic-second-workflow
2+
23
on: push
4+
35
jobs:
46
test:
5-
runs-on: ubantu-latest
7+
runs-on: ubuntu-latest
8+
69
steps:
710
- name: Checkout code
811
uses: actions/checkout@v3
12+
913
- name: Install Node.js
1014
uses: actions/setup-node@v3
1115
with:
1216
node-version: '22'
17+
1318
- name: Install dependencies
1419
run: npm install
20+
1521
- name: Run tests
1622
run: npm test

0 commit comments

Comments
 (0)