branch: elpa/gnuplot
commit abaaf4be22d5101dfa6e551be147ca567d5920e0
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
yamllint test.yml
---
.github/workflows/test.yml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5b0fb7b4c4a..7e41a54afd7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,3 +1,4 @@
+---
name: CI
on: [push, pull_request]
jobs:
@@ -17,13 +18,13 @@ jobs:
- 'release-snapshot'
- 'snapshot'
steps:
- - uses: actions/checkout@v4
- - uses: purcell/setup-emacs@master
- with:
- version: ${{ matrix.emacs-version }}
- - name: Install Compat
- run: emacs --batch --eval "(ignore-errors (package-refresh-contents)
(package-install 'compat))"
- - name: Install Gnuplot
- run: sudo apt update && sudo apt install gnuplot
- - name: Run tests
- run: make && make test
+ - uses: actions/checkout@v4
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs-version }}
+ - name: Install Compat
+ run: emacs --batch --eval "(ignore-errors (package-refresh-contents)
(package-install 'compat))"
+ - name: Install Gnuplot
+ run: sudo apt update && sudo apt install gnuplot
+ - name: Run tests
+ run: make && make test