Skip to content

fix: add missing line break #9238

fix: add missing line break

fix: add missing line break #9238

Workflow file for this run

name: check-format
on: [pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Verify format with Vale
uses: errata-ai/[email protected]
with:
filter_mode: added
reporter: github-pr-review
version: 3.9.6
- name: Verify format with Prettier
uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true