diff --git a/.github/workflows/vscode.yaml b/.github/workflows/vscode.yaml index a17a5b9161..886d11ea66 100644 --- a/.github/workflows/vscode.yaml +++ b/.github/workflows/vscode.yaml @@ -30,6 +30,7 @@ jobs: key: ${{ matrix.runner }}-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }} - run: just vscode configure - run: just vscode lint + - run: just vscode check-format - run: just vscode test - uses: actions/cache/save@v3 if: steps.cache.outputs.cache-hit != 'true'