Skip to content

Commit

Permalink
Fix styling, update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Feb 27, 2024
1 parent 959d45b commit 7d50d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.9.0/nvim-linux64.tar.gz

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion tests/init_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe("build_spec", function()
local tree = Tree.from_list(positions, function(pos)
return pos.id
end)
local spec = plugin.build_spec({ tree = tree, jestCommand = 'jest --watch ' })
local spec = plugin.build_spec({ tree = tree, jestCommand = "jest --watch " })

assert.is.truthy(spec)
local command = spec.command
Expand Down

0 comments on commit 7d50d2a

Please sign in to comment.