We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e3f4e commit 89fb438Copy full SHA for 89fb438
1 file changed
.github/workflows/validate.yml
@@ -18,16 +18,13 @@ jobs:
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - name: ⬇️ Checkout repo
22
- uses: actions/checkout@v4
23
-
24
- name: ⎔ Setup node
25
uses: actions/setup-node@v4
26
with:
27
node-version: 20
28
29
- - name: ▶️ Run setup script
30
- run: npm run setup
+ - name: ▶️ Add repo
+ run: npx --yes epicshop@latest add react-fundamentals
31
32
- name: ʦ TypeScript
33
run: npm run typecheck
0 commit comments