File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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-
You can’t perform that action at this time.
0 commit comments