We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5efe3 commit 3474bb8Copy full SHA for 3474bb8
1 file changed
.github/workflows/validate.yml
@@ -37,8 +37,7 @@ jobs:
37
38
- name: ▶️ Add repo
39
run: |
40
- npx --yes epicshop@latest add ${{ github.event.repository.name }}
41
- ./workshop
+ npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
42
43
- name: ʦ TypeScript
44
run: npm run typecheck
0 commit comments