Skip to content

vale-test-4

vale-test-4 #6

Workflow file for this run

name: reviewdog
on:
pull_request:
jobs:
reviewdog-github-check:
permissions:
checks: write
contents: read
pull-requests: write
name: reviewdog (github-check)
runs-on: ubuntu-latest
steps:
- name: Run reviewdog
env:

Check failure on line 15 in .github/workflows/reviewdog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reviewdog.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
golint ./... | reviewdog -f=golint -reporter=github-pr-check