Skip to content

Commit 214aa41

Browse files
committed
fix: include matrix
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 0966b98 commit 214aa41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/prDependencies.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
name: Lint
3939
needs: install
4040
strategy:
41-
include:
42-
- node: 20
43-
cargo: nightly
41+
matrix:
42+
include:
43+
- node: 20
44+
cargo: nightly
4445
runs-on: ubuntu-latest
4546
steps:
4647
- name: Reuse node_modules from install

0 commit comments

Comments
 (0)