We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6556 commit 8fe42efCopy full SHA for 8fe42ef
1 file changed
.github/workflows/validate.yml
@@ -18,19 +18,18 @@ 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 add ${{ github.event.repository.name }} ./workshop
31
32
- name: ⬣ ESLint
33
run: npm run lint
+ working-directory: ./workshop
34
35
# TODO: get this working again
36
# - name: ⬇️ Install Playwright
0 commit comments