File tree Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,11 @@ jobs:
36
36
rm -rf ./lua/colorbox/commons
37
37
cp -rf ~/.commons.nvim/lua/commons ./lua/colorbox/
38
38
cp ~/.commons.nvim/version.txt ./lua/colorbox/commons/version.txt
39
- find ./lua/colorbox/commons -type f -name '*.lua' -exec sed -i 's/"commons./ "colorbox.commons. /g' {} \;
40
- - uses : stevearc/nvim -typecheck-action@v1
39
+ find ./lua/colorbox/commons -type f -name '*.lua' -exec sed -i 's/require( "commons/require( "colorbox.commons/g' {} \;
40
+ - uses : mrcjkb/lua -typecheck-action@v0
41
41
with :
42
- path : lua
43
- level : Information
42
+ directories : lua
44
43
configpath : " .luarc.json"
45
- neodev-version : stable
46
44
- uses : cargo-bins/cargo-binstall@main
47
45
- name : Selene
48
46
run : |
75
73
with :
76
74
luaVersion : " luajit-2.1.0-beta3"
77
75
- uses : leafo/gh-actions-luarocks@v4
78
- - name : Run Tests
79
- shell : bash
80
- run : |
81
- luarocks install vusted
82
- vusted --shuffle ./spec
83
- code_coverage :
84
- name : Code Coverage
85
- needs :
86
- - lint
87
- runs-on : ubuntu-latest
88
- steps :
89
- - uses : actions/checkout@v4
90
- - uses : rhysd/action-setup-vim@v1
91
- id : vim
92
- with :
93
- neovim : true
94
- version : stable
95
- - uses : leafo/gh-actions-lua@v10
96
- with :
97
- luaVersion : " luajit-2.1.0-beta3"
98
- - uses : leafo/gh-actions-luarocks@v4
99
76
- name : Run Tests
100
77
shell : bash
101
78
run : |
@@ -123,7 +100,6 @@ jobs:
123
100
if : ${{ github.ref == 'refs/heads/main' }}
124
101
needs :
125
102
- unit_test
126
- - code_coverage
127
103
runs-on : ubuntu-latest
128
104
steps :
129
105
- uses : google-github-actions/release-please-action@v3
Original file line number Diff line number Diff line change @@ -138,3 +138,9 @@ dmypy.json
138
138
139
139
# pack/colorbox/start
140
140
/pack /colorbox /start
141
+
142
+ # logs
143
+ * colorbox.nvim_colorbox.nvim_lua.log
144
+ service.log
145
+ stderr.txt
146
+ stdout.txt
You can’t perform that action at this time.
0 commit comments