Skip to content

V2.14-RUN-10061-Ephemeral-volumes #66

V2.14-RUN-10061-Ephemeral-volumes

V2.14-RUN-10061-Ephemeral-volumes #66

Workflow file for this run

name: reviewdog
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- main
- v*.*
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
# github-pr-check, github-pr-review, github-check
reporter: github-pr-review
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review