mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
14 lines
338 B
YAML
14 lines
338 B
YAML
name: reviewdog
|
|
on: [pull_request]
|
|
jobs:
|
|
vint:
|
|
name: runner / vint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: vint
|
|
uses: reviewdog/action-vint@v1
|
|
with:
|
|
github_token: ${{ secrets.github_token }}
|
|
reporter: github-pr-review # Change reporter.
|