File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-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
1515 - uses : purcell/setup-emacs@master
1616 with :
Original file line number Diff line number Diff line change 2222 - snapshot
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - uses : jcs090218/setup-emacs@master
2828 with :
Original file line number Diff line number Diff line change 22 "3.0"
33 "Java support for lsp-mode")
44
5+ (website-url "https://github.com/emacs-lsp/lsp-java")
6+ (keywords "languages" "tools")
7+
58;; XXX: Linter will report errors because of the package main file; let's
69;; disable this for now!
710;;(package-file "lsp-java.el")
811
912(files "*.el")
1013
14+ (script "test" "echo \"Error: no test specified\" && exit 1")
15+
1116(source "gnu")
1217(source "melpa")
1318
Original file line number Diff line number Diff line change 1616 @$(EASK ) lint package
1717
1818clean :
19- $(EASK ) clean- all
19+ $(EASK ) clean all
2020
2121# TODO: do we have tests?
2222test :
You can’t perform that action at this time.
0 commit comments