Skip to content

Commit c1c9d20

Browse files
committed
fix: resolve CI build failures
Skip build step in shared CI workflow since this is a plain JS library with no compilation step. Passes run-build: false to the reusable workflow.
1 parent f56b94d commit c1c9d20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ on: [push, pull_request]
55
jobs:
66
ci:
77
uses: 1mb-dev/.github/.github/workflows/ci-node.yml@main
8+
with:
9+
run-build: false

0 commit comments

Comments
 (0)