File tree 1 file changed +9
-39
lines changed
1 file changed +9
-39
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- run : make lint
36
36
37
- style :
38
- runs-on : ubuntu-latest
39
- env :
40
- VIMRUNTIME : /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
41
-
42
- concurrency :
43
- group : ${{ github.workflow }}-${{ matrix.emmy_lua_code_style_version }}-${{ github.head_ref || github.ref_name }}
44
- cancel-in-progress : true
45
-
46
- strategy :
47
- matrix :
48
- luals_version : [ 3.13.9 ]
49
- nvim_version : [ stable ]
50
-
51
- steps :
52
- - uses : actions/checkout@v4
53
-
54
- - uses : rhysd/action-setup-vim@v1
55
- with :
56
- neovim : true
57
- version : ${{ matrix.nvim_version }}
58
-
59
- - name : install luals
60
- run : |
61
- mkdir -p luals
62
- 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
63
- echo "luals/bin" >> "$GITHUB_PATH"
64
-
65
- - name : make style
66
- run : make style
67
-
68
- - run : make style-doc
69
-
70
37
check :
71
38
runs-on : ubuntu-latest
72
39
79
46
nvim_version : [ stable, nightly ]
80
47
luals_version : [ 3.13.9 ]
81
48
49
+ env :
50
+ VIMRUNTIME : /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
51
+
82
52
steps :
83
53
- uses : actions/checkout@v4
84
54
@@ -91,12 +61,12 @@ jobs:
91
61
run : |
92
62
mkdir -p luals
93
63
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
64
+ echo "luals/bin" >> "$GITHUB_PATH"
94
65
95
- - run : echo "luals/bin" >> "$GITHUB_PATH"
96
-
97
- - name : make check
98
- env :
99
- VIMRUNTIME : /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
100
- run : make check
66
+ - run : make check
101
67
102
68
- run : make help-check
69
+
70
+ - run : make style
71
+
72
+ - run : make style-doc
You can’t perform that action at this time.
0 commit comments