Skip to content

Commit

Permalink
fixup! ci: align tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gegoune committed Jan 19, 2025
1 parent e3c9dd0 commit 4890bd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VIM_COLORTEMPLATE_VERSION = 2.2.3
VIM_NVIM_ALIGN_VERSION = 0.14.0

all: colors style-check lint filetypes

Expand All @@ -24,7 +25,8 @@ vim-colortemplate:

mini-align:
mkdir -p mini-align
curl -L https://github.com/echasnovski/mini.align/archive/refs/tags/v0.14.0.tar.gz | tar zx --directory mini-align --strip-components=1
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

style-check:
stylua . --check

Expand Down

0 comments on commit 4890bd0

Please sign in to comment.