workspace resolution

This commit is contained in:
Dan Finch 2026-05-02 13:16:15 +02:00
parent 5acbf66e6b
commit c0df0a0409
4 changed files with 61 additions and 3 deletions

View file

@ -8,6 +8,10 @@ runs:
shell: bash
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
- name: Resolve external workspaces
shell: bash
run: bun "$GITHUB_ACTION_PATH/../../scripts/resolve-workspaces.ts"
- name: Install dependencies
shell: bash
run: bun install --frozen-lockfile

View file

@ -19,6 +19,10 @@ runs:
shell: bash
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
- name: Resolve external workspaces
shell: bash
run: bun "$GITHUB_ACTION_PATH/../../scripts/resolve-workspaces.ts"
- name: Install dependencies
shell: bash
run: bun install --frozen-lockfile