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 402e6c7 commit e5ff42eCopy full SHA for e5ff42e
.github/workflows/ci_vscode.yml
@@ -32,6 +32,11 @@ jobs:
32
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
33
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
34
35
+ - uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
36
+ with:
37
+ save-cache: ${{ github.ref_name == 'main' }}
38
+ cache-key: vscode
39
+
40
- name: Type-Check VSCode
41
working-directory: editors/vscode
42
run: pnpm run type-check
0 commit comments