Skip to content

Commit

Permalink
tagcheck add
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Nov 17, 2019
1 parent ea9982f commit a3f064c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/vimhelptagcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "vim help tag name check"
on: push
jobs:
tagname:
name: Check tag name conflict
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: help tag check
uses: tsuyoshicho/action-vimhelp-tagname-check@master

0 comments on commit a3f064c

Please sign in to comment.