We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f26d9 commit ce10199Copy full SHA for ce10199
1 file changed
.github/workflows/integration.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create Integration Project
33
run: npx create-react-app integration --template typescript
34
35
- - name: Use Package In Integration Project
+ - name: Use Package in Integration Project
36
run: |
37
cd integration
38
npx yalc add fetch-loading
@@ -80,7 +80,7 @@ jobs:
80
})()
81
EOF
82
83
- - name: Test For FetchLoading Component
+ - name: Test for FetchLoading Component
84
85
86
npm start &
0 commit comments