File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,17 @@ name: Check scripts with luacheck
33on :
44 push :
55 branches : [master]
6- paths : ["**/*.lua"]
6+ paths-ignore :
7+ - _config.yml
8+ - LICENSE.txt
9+ - README.md
10+ - open-dialog/README.md
711 pull_request :
8- paths : ["**/*.lua"]
12+ paths-ignore :
13+ - _config.yml
14+ - LICENSE.txt
15+ - README.md
16+ - open-dialog/README.md
917
1018jobs :
1119 luacheck :
@@ -17,17 +25,17 @@ jobs:
1725 std : lua51
1826 - ver : 5.2.4
1927 std : lua52c
20- - ver : luajit-2.0.5
28+ - ver : luajit-2.0
2129 std : luajit
2230 steps :
23- - uses : actions/checkout@v4
24- name : Checkout repository
25- - uses : leafo/gh-actions- lua@ecdb13962d7d7274594480620bb6075504122bfe
26- name : Install lua [${{matrix.lua.ver}}]
31+ - name : Checkout repository
32+ uses : actions/checkout@v4
33+ - name : Install lua [${{matrix.lua.ver}}]
34+ uses : leafo/gh-actions- lua@v11
2735 with :
2836 luaVersion : ${{matrix.lua.ver}}
29- - uses : leafo/gh-actions- luarocks@4dcae7fc5aff45e847b32f62b60a13167e912395
30- name : Install luarocks
37+ - name : Install luarocks
38+ uses : leafo/gh-actions- luarocks@v5
3139 - name : Install luacheck
3240 run : luarocks install luacheck
3341 - name : Lint with luacheck
You can’t perform that action at this time.
0 commit comments