Skip to content

Commit

Permalink
tweak cspell in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
artola committed Oct 17, 2023
1 parent 814c103 commit fdf38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: npm install -g cspell

- name: run cspell
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress --no-cache

website-tests:
name: "Website Tests"
Expand Down

0 comments on commit fdf38bd

Please sign in to comment.