Skip to content

Commit ce91f9c

Browse files
authored
Merge pull request #3 from LambdaTest/stage
Stage
2 parents a910ac6 + dc5475a commit ce91f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616

17-
- name: Create commit status
17+
- name: Find Last CommitId
1818
run: |
1919
API_HOST=https://api.github.com
2020
# Check out the PR branch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
npm install
1313
```
1414
15-
3. Start Storybook
15+
3. Start Storybook
1616
```
17-
npm run storybook
17+
npm run storybook
1818
```

0 commit comments

Comments
 (0)