Skip to content

Commit f544a2d

Browse files
committed
ci: Github Action workflow define : help tag check
1 parent 34e2c3c commit f544a2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/vimhelptagcheck.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "vim help tag name check"
2+
on: [push, pull_request]
3+
jobs:
4+
tagname:
5+
name: Check tag name conflict
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: checkout
9+
uses: actions/checkout@v2
10+
- name: help tag check
11+
uses: tsuyoshicho/action-vimhelp-tagname-check@v1

0 commit comments

Comments
 (0)