diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd1e0dc3..a112ff5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,6 @@ env: LUALS_VERSION: "3.7.3" jobs: - strategy: - matrix: - NVIM_VERSION: [ "v0.8.3", "v0.9.4" ] lint: runs-on: ubuntu-latest steps: @@ -49,6 +46,10 @@ jobs: args: --check lua check: + strategy: + matrix: + NVIM_VERSION: [ "v0.8.3", "v0.9.4" ] + runs-on: ubuntu-latest steps: