aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2023-01-01 15:15:40 +0100
committerStephan Seitz <stephan.seitz@fau.de>2023-01-01 15:32:07 +0100
commitab414f8b1c84d8d321f6a56a080132c9f1ce5c0c (patch)
treea6cb796610e3cb264c4c18143d2cc2a3534a0a6f /.github
parenthighlights(elm): improve highlights (diff)
downloadnvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar.gz
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar.bz2
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar.lz
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar.xz
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.tar.zst
nvim-treesitter-ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c.zip
ci: allow negative assertions in tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8e4551bf7..4c807cdcb 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
mkdir -p ~/.local/share/nvim/site/pack/plenary.nvim/start
cd ~/.local/share/nvim/site/pack/plenary.nvim/start
git clone https://github.com/nvim-lua/plenary.nvim
- curl -L https://github.com/theHamsta/highlight-assertions/releases/download/v0.1.5/highlight-assertions_v0.1.5_x86_64-unknown-linux-gnu.tar.gz | tar -xz
+ curl -L https://github.com/theHamsta/highlight-assertions/releases/download/v0.1.6/highlight-assertions_v0.1.6_x86_64-unknown-linux-gnu.tar.gz | tar -xz
cp highlight-assertions /usr/local/bin
- name: Install and prepare Neovim