File tree Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change @@ -34,30 +34,30 @@ jobs:
34
34
35
35
- run : make lint
36
36
37
- style :
38
- runs-on : ubuntu-latest
37
+ # style:
38
+ # runs-on: ubuntu-latest
39
39
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
43
43
44
- strategy :
45
- matrix :
46
- luals_version : [ 3.13.9 ]
44
+ # strategy:
45
+ # matrix:
46
+ # luals_version: [ 3.13.9 ]
47
47
48
- steps :
49
- - uses : actions/checkout@v4
48
+ # steps:
49
+ # - uses: actions/checkout@v4
50
50
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
55
55
56
- - run : echo "luals/bin" >> "$GITHUB_PATH"
56
+ # - run: echo "luals/bin" >> "$GITHUB_PATH"
57
57
58
- - run : make style
58
+ # - run: make style
59
59
60
- - run : make style-doc
60
+ # - run: make style-doc
61
61
62
62
check :
63
63
runs-on : ubuntu-latest
92
92
run : make check
93
93
94
94
- 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
+
You can’t perform that action at this time.
0 commit comments