Skip to content

Commit 04d027d

Browse files
committed
Add check-format to vscode github workflow
1 parent f0fa9b1 commit 04d027d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vscode.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
key: ${{ matrix.runner }}-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }}
3131
- run: just vscode configure
3232
- run: just vscode lint
33+
- run: just vscode check-format
3334
- run: just vscode test
3435
- uses: actions/cache/save@v3
3536
if: steps.cache.outputs.cache-hit != 'true'
@@ -53,6 +54,7 @@ jobs:
5354
key: docker-vscode-${{ env.VSCODE_VERSION }}-${{ steps.get-date.outputs.date }}
5455
- run: just vscode configure
5556
- run: just vscode lint
57+
- run: just vscode check-format
5658
- run: just vscode test
5759
- uses: actions/cache/save@v3
5860
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)