vscode: Pin nightly GitHub Action

This commit is contained in:
Elian Doran 2024-10-13 12:28:05 +03:00
parent a5fd57308a
commit ae680847dc
No known key found for this signature in database

View File

@ -18,4 +18,7 @@
"[typescript]": { "[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features" "editor.defaultFormatter": "vscode.typescript-language-features"
}, },
"github-actions.workflows.pinned.workflows": [
".github/workflows/nightly.yml"
],
} }