Skip to content

Commit cd69c9d

Browse files
authored
Merge pull request #150 from vim-jp/update-ci
CI: Update version and message
2 parents 6e09532 + b8893c7 commit cd69c9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Preparation
99
run: sudo apt install gettext
10-
- name: checkout
11-
uses: actions/checkout@v2
10+
- name: Checkout
11+
uses: actions/checkout@v3
1212
- name: Checkout vim
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
repository: 'vim/vim'
1616
path: vim
@@ -26,6 +26,6 @@ jobs:
2626
2727
cd ../..
2828
${GITHUB_WORKSPACE}/vim/src/vim --version
29-
- name: Test vim
29+
- name: Test translation files
3030
run: |
3131
make test VIM=${GITHUB_WORKSPACE}/vim/src/vim

0 commit comments

Comments
 (0)