Skip to content

Smaller proof reading updates #8519

Smaller proof reading updates

Smaller proof reading updates #8519

Workflow file for this run

name: remark-lint
on: [push, pull_request]
jobs:
remark-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-cond@v1
id: reporter
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: github-pr-review
if_false: github-check
- uses: reviewdog/action-remark-lint@v5
with:
reporter: ${{ steps.reporter.outputs.value }}
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
remark_args: --frail --rc-path .remarkrc.yaml
level: warning