File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ ---
12name : CI
23on : [push, pull_request]
34jobs :
@@ -17,13 +18,13 @@ jobs:
1718 - ' release-snapshot'
1819 - ' snapshot'
1920 steps :
20- - uses : actions/checkout@v4
21- - uses : purcell/setup-emacs@master
22- with :
23- version : ${{ matrix.emacs-version }}
24- - name : Install Compat
25- run : emacs --batch --eval "(ignore-errors (package-refresh-contents) (package-install 'compat))"
26- - name : Install Gnuplot
27- run : sudo apt update && sudo apt install gnuplot
28- - name : Run tests
29- run : make && make test
21+ - uses : actions/checkout@v4
22+ - uses : purcell/setup-emacs@master
23+ with :
24+ version : ${{ matrix.emacs-version }}
25+ - name : Install Compat
26+ run : emacs --batch --eval "(ignore-errors (package-refresh-contents) (package-install 'compat))"
27+ - name : Install Gnuplot
28+ run : sudo apt update && sudo apt install gnuplot
29+ - name : Run tests
30+ run : make && make test
You can’t perform that action at this time.
0 commit comments