From d353323ff564f5cb61d7add4eb7f4373bfa130e4 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 31 Dec 2023 16:42:12 +1100 Subject: [PATCH] ci: add Makefile --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c853b6a..15d38d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ permissions: env: NVIM_VERSION: v0.9.4 + STYLUA_VERSION: 0.19 LUALS_VERSION: 3.7.3 jobs: @@ -41,7 +42,7 @@ jobs: uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - version: "0.19" + version: ${{ env.STYLUA_VERSION }} args: --check lua check: @@ -53,7 +54,7 @@ jobs: - uses: rhysd/action-setup-vim@v1 with: neovim: true - version: $NVIM_VERSION + version: ${{ env.NVIM_VERSION }} - name: install run: |