- Notifications
You must be signed in to change notification settings - Fork309
make lsp#ensure_flush_all public for delaying initialize#2107
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:reviewdog | |
| on: | |
| push: | |
| branches: | |
| -master | |
| pull_request: | |
| branches: | |
| -master | |
| jobs: | |
| vimlint: | |
| name:runner / vint | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v4 | |
| -name:vint | |
| uses:reviewdog/action-vint@v1 | |
| with: | |
| github_token:${{ secrets.github_token }} | |
| level:error | |
| reporter:github-pr-review |