We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae82195 commit 4ed5306Copy full SHA for 4ed5306
1 file changed
.github/workflows/integration.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- command: ['format', 'lint', 'type']
+ command: ['format', 'lint', 'type', 'spec']
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
0 commit comments