File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
# - snapshot
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
21
21
- uses : jcs090218/setup-emacs@master
22
22
with :
Original file line number Diff line number Diff line change 14
14
"rust-rustfmt.el"
15
15
"rust-utils.el")
16
16
17
+ (script "test" "echo \"Error: no test specified\" && exit 1")
18
+
17
19
(depends-on "emacs" "25.1")
18
20
19
21
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CLEAN = $(PKG)-autoloads.el
40
40
clean :
41
41
@printf " Cleaning...\n"
42
42
@rm -rf $(CLEAN )
43
- $(EASK ) clean- all
43
+ $(EASK ) clean all
44
44
45
45
$(PKG ) -autoloads.el :
46
46
@printf " Generating $@ \n"
You can’t perform that action at this time.
0 commit comments