We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fa9b1 commit 04d027dCopy full SHA for 04d027d
.github/workflows/vscode.yaml
@@ -30,6 +30,7 @@ jobs:
30
key: ${{ matrix.runner }}-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }}
31
- run: just vscode configure
32
- run: just vscode lint
33
+ - run: just vscode check-format
34
- run: just vscode test
35
- uses: actions/cache/save@v3
36
if: steps.cache.outputs.cache-hit != 'true'
@@ -53,6 +54,7 @@ jobs:
53
54
key: docker-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }}
55
56
57
58
59
60
0 commit comments