File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 2323 - snapshot
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - uses : jcs090218/setup-emacs@master
2929 with :
Original file line number Diff line number Diff line change 77
88(files "*.el")
99
10+ (script "test" "echo \"Error: no test specified\" && exit 1")
11+
1012(source "gnu")
1113(source "melpa")
1214
Original file line number Diff line number Diff line change 2626 $(EASK ) test ert ./test/* .el
2727
2828clean :
29- $(EASK ) clean- all
29+ $(EASK ) clean all
3030
3131tag :
3232 $(eval TAG := $(filter-out $@ ,$(MAKECMDGOALS ) ) )
You can’t perform that action at this time.
0 commit comments