Merge pull request #1808 from h-east/change-style-to-normal_os_amiga #4195
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "vim help tag name check" | |
| on: [push, pull_request] | |
| jobs: | |
| tagname: | |
| name: Check tag name conflict | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@v4 | |
| - name: help tag check | |
| uses: tsuyoshicho/action-vimhelp-tagname-check@v1 |