Skip to content

Commit

Permalink
remove spellcheck from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikzita committed Jan 16, 2024
1 parent d79a01e commit 6410c11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ jobs:
- run: npm run dev &
- run: sleep 15
- run: npm run codegen
- run: npm run build
- name: Spellcheck
run: |
npm install -g cspell
cspell "**/*.{js,jsx,ts,tsx,md}"
- run: npm run build

0 comments on commit 6410c11

Please sign in to comment.