File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 strategy :
1111 matrix :
1212 emacs_version :
13- - 25.1
14- - 26.3
15- - 27.1
13+ - 27.2
14+ - 28.2
15+ - 29.3
1616 - snapshot
1717 steps :
1818 - uses : purcell/setup-emacs@master
1919 with :
2020 version : ${{ matrix.emacs_version }}
21- - uses : actions/checkout@v1
21+ - uses : actions/checkout@v3
2222 - name : Run tests
2323 run : |
2424 make test
Original file line number Diff line number Diff line change 1- # init-loader.el [ ![ travis badge ] [ travis- badge]] [ travis -link] [ ![ melpa badge] [ melpa-badge ]] [ melpa-link ] [ ![ melpa stable badge] [ melpa-stable-badge ]] [ melpa-stable-link ]
1+ # init-loader.el [ ![ Github Actions Status ] [ github-actions- badge]] [ github-actions -link] [ ![ melpa badge] [ melpa-badge ]] [ melpa-link ] [ ![ melpa stable badge] [ melpa-stable-badge ]] [ melpa-stable-link ]
22
33
44## What is it ?
@@ -114,9 +114,9 @@ Abnormal hook run before byte-compiling a configuration file when
114114takes one argument, which is the name of the configuration file to be
115115loaded.
116116
117- [ travis-badge ] : https://travis-ci.org /emacs-jp/init-loader.svg
118- [ travis-link ] : https://travis-ci.org /emacs-jp/init-loader
119- [ melpa-link ] : http ://melpa.org/#/init-loader
120- [ melpa-stable-link ] : http ://stable.melpa.org/#/init-loader
121- [ melpa-badge ] : http ://melpa.org/packages/init-loader-badge.svg
122- [ melpa-stable-badge ] : http ://stable.melpa.org/packages/init-loader-badge.svg
117+ [ github-actions-link ] : https://github.com /emacs-jp/init-loader/actions
118+ [ github-actions-badge ] : https://github.com /emacs-jp/init-loader/workflows/CI/badge.svg
119+ [ melpa-link ] : https ://melpa.org/#/init-loader
120+ [ melpa-stable-link ] : https ://stable.melpa.org/#/init-loader
121+ [ melpa-badge ] : https ://melpa.org/packages/init-loader-badge.svg
122+ [ melpa-stable-badge ] : https ://stable.melpa.org/packages/init-loader-badge.svg
You can’t perform that action at this time.
0 commit comments