Skip to content

Commit 0c80185

Browse files
committed
Merge branch 'develop' into sdubinin/model-1489
2 parents d1173a4 + b9a2c5e commit 0c80185

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+30722
-2540
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)