mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Add reviewdog
This commit is contained in:
22
.github/workflows/reviewdog.yml
vendored
Normal file
22
.github/workflows/reviewdog.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: reviewdog
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
vimlint:
|
||||
name: runner / vint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: vint
|
||||
uses: reviewdog/action-vint@v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
level: error
|
||||
reporter: github-pr-review
|
||||
@@ -1,5 +1,6 @@
|
||||
# vim-lsp-settings
|
||||
|
||||
[](https://github.com/mattn/vim-lsp-settings/actions)
|
||||
[](https://github.com/mattn/vim-lsp-settings/actions)
|
||||
[](https://github.com/mattn/vim-lsp-settings/actions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user