Skip to content

Adhoc - Update table and link #179

Adhoc - Update table and link

Adhoc - Update table and link #179

Workflow file for this run

name: Reviewdog
on: pull_request
jobs:
reviewdog:
name: Runner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-languagetool@v1
with:
language: en-US
reporter: github-pr-check
enabled_rules: 'PASSIVE_VOICE,SENTENCE_WHITESPACE,GOD_COMMA'