Skip to content

Commit abaaf4b

Browse files
committed
yamllint test.yml
1 parent d1aca33 commit abaaf4b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: CI
23
on: [push, pull_request]
34
jobs:
@@ -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

0 commit comments

Comments
 (0)