Commit ea9dcbb 1 parent 2dd2725 commit ea9dcbb Copy full SHA for ea9dcbb
File tree 2 files changed +9
-2
lines changed
lua/nvim_winpick/nvim-winpick-core/src
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- name : " CI "
1
+ name : " Validate "
2
2
3
3
on :
4
4
push :
37
37
- name : cargo test --workspace
38
38
working-directory : ./lua/nvim_winpick
39
39
run : cargo test
40
+
41
+ name : " Publish"
42
+ on :
43
+ push :
44
+ branches :
45
+ - main
46
+ jobs :
40
47
publish_prebuilt :
41
48
strategy :
42
49
matrix :
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ pub(crate) fn get_overlay_centered_position(
134
134
overlay_width : u32 ,
135
135
overlay_height : u32 ,
136
136
) -> Result < ScreenPoint > {
137
- let width = win_cfg. width . context ( "Failed to get window width" ) ?;
137
+ let width = win_cfg. width . context ( "failed to get window width" ) ?;
138
138
let height = win_cfg. height . context ( "failed to get window height" ) ?;
139
139
Ok ( ScreenPoint {
140
140
x : width
You can’t perform that action at this time.
0 commit comments