Skip to content

Removing Trailing Spaces #2803

Removing Trailing Spaces

Removing Trailing Spaces #2803

Workflow file for this run

name: Check spelling
on: [pull_request]
jobs:
misspell:
name: Check spelling
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v6
- name: Check spelling
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"
reporter: github-pr-review
level: warning
ignore: councillor,favour,flavour,favourable,prioritised
exclude: |
**/*_l_french.yml
**/*_l_italian.yml
**/*_l_russian.yml
**/*_l_simp_chinese.yml
**/*_l_spanish.yml
**/*_l_polish.yml
**/*_l_korean.yml
**/*_l_german.yml