Skip to content

Commit 37fa8d7

Browse files
ci: use yaml list format
Co-authored-by: Michaël De Boey <info@michaeldeboey.be> Signed-off-by: Mario Beltrán <belco90@gmail.com>
1 parent d02cf93 commit 37fa8d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
validation_script:
29-
['lint', 'type-check', 'format:check', 'generate-all:check']
29+
- lint
30+
- 'type-check
31+
- 'format:check'
32+
- 'generate-all:check'
3033

3134
steps:
3235
- name: Checkout

0 commit comments

Comments
 (0)