Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
lukas-reineke committed Oct 2, 2023
1 parent 58ee1b6 commit f193f0a
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua_language_server.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include: ${{ fromJson(inputs.matrix) }}
rev: ${{ fromJson(inputs.matrix) }}
steps:
- uses: actions/checkout@v3
- run: date +%F > todays-date
@@ -50,4 +50,4 @@ jobs:
export PATH="${PWD}/_lua-ls/bin:${PATH}"
export VIM="${PWD}/_neovim/share/nvim/runtime"
nvim --version
make lua-language-server version=${{ matrix.ref == 'nightly' && 'nightly' || 'stable' }}
make lua-language-server version=${{ matrix.rev == 'nightly' && 'nightly' || 'stable' }}
6 changes: 1 addition & 5 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,7 @@ jobs:
lua-language-server:
uses: ./.github/workflows/lua_language_server.yml
with:
matrix: |
[
{"rev": "nightly"},
{"rev": "v0.9.2"}
]
matrix: '[ "nightly", "v0.9.2" ]'

stylua:
name: stylua

0 comments on commit f193f0a

Please sign in to comment.