Skip to content

Commit 60f3dcc

Browse files
Small fixes
1 parent b9af88e commit 60f3dcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: runner.os == 'Linux' && matrix.app_version == 'stable'
108108

109109
- name: Run neovim lua lint (Linux)
110-
- uses: ./.github/actions/lint-lua-ls/
110+
uses: ./.github/actions/lint-lua-ls/
111111
if: runner.os == 'Linux' && matrix.app_version == 'stable'
112112

113113
- name: Create vscode dist that can be installed locally
@@ -121,7 +121,9 @@ jobs:
121121
pat: none
122122
packagePath: packages/cursorless-vscode/dist
123123
dryRun: true
124-
- run: mv ${{ steps.createVsix.outputs.vsixPath }} cursorless-development.vsix
124+
125+
- name: Rename vsix
126+
run: mv ${{ steps.createVsix.outputs.vsixPath }} cursorless-development.vsix
125127
if: runner.os == 'Linux' && matrix.app_version == 'stable'
126128

127129
- name: Upload vsix

0 commit comments

Comments
 (0)