]> git.madduck.net Git - etc/vim.git/blob - .github/workflows/reviewdog.yml

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/asyncomplete/' content from commit 016590d2
[etc/vim.git] / .github / workflows / reviewdog.yml
1 name: reviewdog
2
3 on:
4   push:
5     branches:
6       - master
7   pull_request:
8     branches:
9       - master
10
11 jobs:
12   vimlint:
13     name: runner / vint
14     runs-on: ubuntu-latest
15     steps:
16       - uses: actions/checkout@v4
17       - name: vint
18         uses: reviewdog/action-vint@v1
19         with:
20           github_token: ${{ secrets.github_token }}
21           level: error
22           reporter: github-pr-review