Skip to content

Commit 532f020

Browse files
Copilotrzhao271
andauthored
Fix Prettier formatting in .github/actions/build-vsix/action.yml
Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/ddae7324-a3ac-48a8-a765-612319ecb9e6 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent 991f396 commit 532f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Use Python 3.10 for JediLSP
3535
uses: actions/setup-python@v6
3636
with:
37-
python-version: "3.10"
37+
python-version: '3.10'
3838
cache: 'pip'
3939
cache-dependency-path: |
4040
requirements.txt

0 commit comments

Comments
 (0)