File tree Expand file tree Collapse file tree 3 files changed +28
-17
lines changed Expand file tree Collapse file tree 3 files changed +28
-17
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ strategy :
9
+ fail-fast : false
10
+ matrix :
11
+ emacs_version :
12
+ - 25.3
13
+ - 26.3
14
+ - 27.1
15
+ - snapshot
16
+ steps :
17
+ - uses : purcell/setup-emacs@master
18
+ with :
19
+ version : ${{ matrix.emacs_version }}
20
+
21
+ - uses : actions/checkout@v2
22
+
23
+ - name : Print emacs version
24
+ run : emacs --version
25
+
26
+ - name : Run tests
27
+ run : make test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
* find-file-in-project
2
2
3
- [[https://travis-ci.org /redguardtoo/find-file-in-project][https://travis-ci.org /redguardtoo/find-file-in-project. svg?branch=master ]]
3
+ [[https://github.com /redguardtoo/find-file-in-project/actions/workflows/test.yml ][https://github.com /redguardtoo/find-file-in-project/actions/workflows/test.yml/badge. svg]]
4
4
[[http://melpa.org/#/find-file-in-project][file:http://melpa.org/packages/find-file-in-project-badge.svg]] [[http://stable.melpa.org/#/find-file-in-project][file:http://stable.melpa.org/packages/find-file-in-project-badge.svg]]
5
5
6
6
Find file/directory and review Diff/Patch/Commit quickly everywhere.
You can’t perform that action at this time.
0 commit comments