Skip to content

Commit

Permalink
ci(turbo): added cspell check code
Browse files Browse the repository at this point in the history
  • Loading branch information
kired01 committed Jun 17, 2024
1 parent 13df5b3 commit cf28c1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint code
name: Check code

on:
pull_request:
Expand All @@ -23,3 +23,6 @@ jobs:

- name: Lint code
run: yarn lint

- name: Cspell check code
run: yarn cspell-check

0 comments on commit cf28c1e

Please sign in to comment.