Skip to content

Commit 4ed5306

Browse files
ci(.github/workflows/integration): add 'spec' to matrix command for quality checks (#243)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent ae82195 commit 4ed5306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
command: ['format', 'lint', 'type']
17+
command: ['format', 'lint', 'type', 'spec']
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)