Skip to content

Commit e5fde80

Browse files
committed
chore: use luals for style check
1 parent df044f7 commit e5fde80

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ jobs:
3434

3535
- run: make lint
3636

37-
style:
38-
runs-on: ubuntu-latest
37+
# style:
38+
# runs-on: ubuntu-latest
3939

40-
concurrency:
41-
group: ${{ github.workflow }}-${{ matrix.emmy_lua_code_style_version }}-${{ github.head_ref || github.ref_name }}
42-
cancel-in-progress: true
40+
# concurrency:
41+
# group: ${{ github.workflow }}-${{ matrix.emmy_lua_code_style_version }}-${{ github.head_ref || github.ref_name }}
42+
# cancel-in-progress: true
4343

44-
strategy:
45-
matrix:
46-
luals_version: [ 3.13.9 ]
44+
# strategy:
45+
# matrix:
46+
# luals_version: [ 3.13.9 ]
4747

48-
steps:
49-
- uses: actions/checkout@v4
48+
# steps:
49+
# - uses: actions/checkout@v4
5050

51-
- name: install luals
52-
run: |
53-
mkdir -p luals
54-
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
51+
# - name: install luals
52+
# run: |
53+
# mkdir -p luals
54+
# curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
5555

56-
- run: echo "luals/bin" >> "$GITHUB_PATH"
56+
# - run: echo "luals/bin" >> "$GITHUB_PATH"
5757

58-
- run: make style
58+
# - run: make style
5959

60-
- run: make style-doc
60+
# - run: make style-doc
6161

6262
check:
6363
runs-on: ubuntu-latest
@@ -92,3 +92,11 @@ jobs:
9292
run: make check
9393

9494
- run: make help-check
95+
96+
- name: make style
97+
env:
98+
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
99+
run: make style
100+
101+
- run: make style-doc
102+

0 commit comments

Comments
 (0)