Skip to content

Commit

Permalink
chore(cspell): add --no-progress flag
Browse files Browse the repository at this point in the history
closes #3848
  • Loading branch information
gizeasy committed Dec 9, 2024
1 parent c74c489 commit 7299e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Unit тесты
run: yarn tsc --noEmit
- name: Проверка орфографии
run: yarn cspell
run: yarn cspell --no-progress
2 changes: 2 additions & 0 deletions src/components/Attachment/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './Attachment';

/// тест спела ываываываываыва

0 comments on commit 7299e04

Please sign in to comment.