Skip to content

Synchronous external command execution independent of shell #175

Synchronous external command execution independent of shell

Synchronous external command execution independent of shell #175

Workflow file for this run

name: Reviewdog
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review