We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b063a commit 00a1701Copy full SHA for 00a1701
.github/workflows/main.yml
@@ -30,7 +30,8 @@ jobs:
30
- { vim_version: "9.1.0417", python_image: "3.13-bookworm", tag: "vim_91_py313" }
31
- { vim_version: "git", python_image: "3.13-bookworm", tag: "vim_git_py313" }
32
33
- name: Build & Test using Docker
+ # Builds Vim and Tests it within docker.
34
+ name: CI
35
steps:
36
- uses: actions/checkout@v2
37
- name: Build the image
0 commit comments