Skip to content

Commit d938d4b

Browse files
author
Adrian Chang
committed
lbox-example boilerplate + staging working
1 parent e3a7787 commit d938d4b

File tree

13 files changed

+27219
-1
lines changed

13 files changed

+27219
-1
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)