Skip to content

Commit f80199f

Browse files
committed
docs(ci): fix description key and remove dead code in build-packages action
1 parent 03d87d2 commit f80199f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/actions/build-packages/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
name: Build code base
2-
Description: TODO
2+
description: Builds all workspace packages, or only those affected relative to the PR base branch
33

44
inputs:
55
only-affected:
6+
description: When true, builds only packages affected since github.base_ref instead of everything
67
default: false
78

89
runs:
910
using: composite
1011
steps:
11-
# - name: pre-compile
12-
# shell: bash
13-
# run: |
14-
# pnpm build:cli
15-
# pnpm link ./packages/cli
16-
1712
- name: Build project [all]
1813
if: ${{ inputs.only-affected == 'false' }}
1914
shell: bash

0 commit comments

Comments
 (0)