8000 ci: don't run publint on windows · nuxt/module-builder@330f412 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 330f412

Browse files
committed
ci: don't run publint on windows
1 parent 7281ae3 commit 330f412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- run: pnpm example:build
3030
- run: pnpm test:types
3131
- run: pnpm publint
32+
if: matrix.os == 'ubuntu-latest'
3233
working-directory: example

0 commit comments

Comments
 (0)
0