Skip to content

Commit d6f3635

Browse files
authored
fix emacs version and typo
emacs version 24.3 -> 24.5 typo reo -> repository を修正
1 parent 6ef5787 commit d6f3635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
emacs_version:
18-
- 24.3
18+
- 24.5
1919
- 25.3
2020
- 26.3
2121
- 27.2
@@ -24,7 +24,7 @@ jobs:
2424
uses: purcell/setup-emacs@master
2525
with:
2626
version: ${{ matrix.emacs_version }}
27-
- name: '[tc] Checkout tc reo'
27+
- name: '[tc] Checkout tc repository'
2828
uses: actions/checkout@v2
2929
- name: '[tc] Byte compilation tests'
3030
run: emacs --batch -L . -f batch-byte-compile tc-pre.el tc.el *-*.el eelll.el

0 commit comments

Comments
 (0)