File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
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 5252          wget https://github.com/rust-analyzer/rust-analyzer/releases/download/$RUST_ANALYZER_VERSION/rust-analyzer-linux -O $HOME/bin/rust-analyzer 
5353          chmod +x $HOME/bin/rust-analyzer 
5454
55- uses : actions/checkout@v2  
55+ uses : actions/checkout@v3  
5656
5757      - name : Run tests 
5858        run : ' make ci' 
Original file line number Diff line number Diff line change 11(package "lsp-ui"
2-          "8.0.0 "
2+          "8.0.1 "
33         "UI modules for lsp-mode")
44
5+ (website-url "https://github.com/emacs-lsp/lsp-ui")
6+ (keywords "languages" "tools")
7+ 
58(package-file "lsp-ui.el")
69
710(files "*.el" "lsp-ui-doc.html")
811
12+ (script "test" "echo \"Error: no test specified\" && exit 1")
13+ 
914(source "gnu")
1015(source "melpa")
1116
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ci: clean build compile checkdoc
1414build :
1515	$(EASK )  package
1616	$(EASK )  install
17- 	$(EASK )  clean- elc
17+ 	$(EASK )  clean  elc
1818
1919compile :
2020	@echo " Compiling..." 
3434	@$(EASK )  lint package
3535
3636clean :
37- 	@$(EASK )  clean- all
37+ 	@$(EASK )  clean  all
3838
3939.PHONY : ci build compile test clean
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments