1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00
SpaceVim/.github/workflows/lint.yml

14 lines
338 B
YAML
Raw Normal View History

2022-09-25 19:12:46 +08:00
name: reviewdog
2021-02-16 20:36:30 +08:00
on: [pull_request]
jobs:
vint:
2022-09-25 19:12:46 +08:00
name: runner / vint
2021-02-16 20:36:30 +08:00
runs-on: ubuntu-latest
steps:
2022-09-25 19:12:46 +08:00
- uses: actions/checkout@v3
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.