Skip to content

Commit a0f7211

Browse files
committed
update ci config: use leotaku's origin repository, add emacs 28.2
1 parent c3f291a commit a0f7211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
emacs_version:
1919
- 26.3
2020
- 27.1
21+
- 28.2
2122
ignore_warnings:
2223
- true
2324
steps:
2425
- uses: actions/checkout@v2
2526
- uses: purcell/setup-emacs@master
2627
with:
2728
version: ${{ matrix.emacs_version }}
28-
- uses: meow-edit/elisp-check@master
29+
- uses: leotaku/elisp-check@master
2930
with:
3031
check: melpa
3132
file: 'meow.el'

0 commit comments

Comments
 (0)