Skip to content

Commit 4890bd0

Browse files
committed
fixup! ci: align tables
1 parent e3c9dd0 commit 4890bd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
VIM_COLORTEMPLATE_VERSION = 2.2.3
2+
VIM_NVIM_ALIGN_VERSION = 0.14.0
23

34
all: colors style-check lint filetypes
45

@@ -24,7 +25,8 @@ vim-colortemplate:
2425

2526
mini-align:
2627
mkdir -p mini-align
27-
curl -L https://github.com/echasnovski/mini.align/archive/refs/tags/v0.14.0.tar.gz | tar zx --directory mini-align --strip-components=1
28+
curl -L https://github.com/echasnovski/mini.align/archive/refs/tags/v$(VIM_NVIM_ALIGN_VERSION).tar.gz | tar zx --directory mini-align --strip-components=1
29+
2830
style-check:
2931
stylua . --check
3032

0 commit comments

Comments
 (0)