File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [master]
6+ pull_request :
7+ branches : [master]
8+
9+ jobs :
10+ test :
11+ name : Emacs ${{ matrix.emacs-version }} (${{ matrix.os }})
12+ runs-on : ${{ matrix.os }}
13+ strategy :
14+ fail-fast : false
15+ matrix :
16+ os : [ubuntu-latest]
17+ emacs-version : ['28', '29', '30', 'snapshot']
18+ include :
19+ - os : macos-latest
20+ emacs-version : ' 30'
21+ - os : windows-latest
22+ emacs-version : ' 30'
23+
24+ steps :
25+ - uses : actions/checkout@v4
26+
27+ - uses : jcs090218/setup-emacs@master
28+ with :
29+ version : ${{ matrix.emacs-version }}
30+
31+ - uses : emacs-eldev/setup-eldev@v1
32+
33+ - run : eldev -dtT -p test
34+ name : Test
35+
36+ - run : eldev lint
37+ name : Lint
38+
39+ - run : eldev -dtT compile --warnings-as-errors
40+ name : Compile
Original file line number Diff line number Diff line change 11[ ![ MELPA] ( http://melpa.org/packages/clj-refactor-badge.svg )] ( http://melpa.org/#/clj-refactor )
22[ ![ MELPA Stable] ( http://stable.melpa.org/packages/clj-refactor-badge.svg )] ( http://stable.melpa.org/#/clj-refactor )
3- [ ![ circleci] [ badge-circleci ]] [ circleci ]
4-
5- [ badge-circleci ] : https://circleci.com/gh/clojure-emacs/clj-refactor.el.svg?style=svg
6- [ circleci ] : https://circleci.com/gh/clojure-emacs/clj-refactor.el
3+ [ ![ CI] ( https://github.com/clojure-emacs/clj-refactor.el/actions/workflows/ci.yml/badge.svg )] ( https://github.com/clojure-emacs/clj-refactor.el/actions/workflows/ci.yml )
74
85# clj-refactor.el
96
You can’t perform that action at this time.
0 commit comments