diff options
-rw-r--r-- | .github/workflows/reviewdog.yml | 22 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml new file mode 100644 index 0000000..f0752d5 --- /dev/null +++ b/.github/workflows/reviewdog.yml @@ -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) |