Skip to content

Commit a9d410b

Browse files
committed
ci(misspell): ignore generated Cargo.nix
1 parent b4e7218 commit a9d410b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/.github/workflows/pr_reviewdog.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
locale: "US"
78+
# Ignore spellchecking generated files
79+
exclude: |
80+
./Cargo.nix
7881
7982
languagetool:
8083
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)