Skip to content

Commit 00a1701

Browse files
committed
Make CI name shorter to see something in GitHub's preview.
1 parent 79b063a commit 00a1701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- { vim_version: "9.1.0417", python_image: "3.13-bookworm", tag: "vim_91_py313" }
3131
- { vim_version: "git", python_image: "3.13-bookworm", tag: "vim_git_py313" }
3232

33-
name: Build & Test using Docker
33+
# Builds Vim and Tests it within docker.
34+
name: CI
3435
steps:
3536
- uses: actions/checkout@v2
3637
- name: Build the image

0 commit comments

Comments
 (0)