Skip to content

Commit d5b917f

Browse files
committed
ci: put matrix in strategy field
1 parent 3a20106 commit d5b917f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
lint-pkg:
3737
name: 'lint:pkg'
3838
runs-on: ubuntu-latest
39-
matrix:
40-
workspace: [packages/doctocat, packages/doctocat-nextjs]
39+
strategy:
40+
matrix:
41+
workspace: [packages/doctocat, packages/doctocat-nextjs]
4142
steps:
4243
- name: Checkout repository
4344
uses: actions/checkout@v4

0 commit comments

Comments
 (0)