Skip to content

Bump ZLinq from 1.5.5 to 1.5.6 #2808

Bump ZLinq from 1.5.5 to 1.5.6

Bump ZLinq from 1.5.5 to 1.5.6 #2808

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