Skip to content

Commit af8a572

Browse files
authored
Merge branch 'develop' into gu/add_prompt_response_project
2 parents 59d2dec + 725c364 commit af8a572

File tree

20 files changed

+27878
-79
lines changed

20 files changed

+27878
-79
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'lbox-matrix'
2+
description: 'Generate running matrix for an lbox package'
3+
inputs:
4+
files-changed:
5+
description: 'Files changed as json array'
6+
required: true
7+
default: '[]'
8+
outputs:
9+
matrix:
10+
description: 'Matrix to run lbox packages tests against'
11+
runs:
12+
using: 'node20'
13+
main: 'index.js'

0 commit comments

Comments
 (0)