Skip to content

Commit 20cb16a

Browse files
committed
clean up workflows
1 parent f01a196 commit 20cb16a

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/verify-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: docker://pandoc/core:3.5
15-
- name: Run vimdoc
15+
- name: Make scripts dir
1616
run: mkdir /scripts
17+
- name: Run vimdoc
1718
run: make vimdoc
1819
- name: Check for changes
1920
run: |

.github/workflows/vimdoc.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)