Skip to content

Commit

Permalink
fiiixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored and chalin committed Jul 5, 2023
1 parent d87c63e commit f270ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
# Make sure that we only install the dependencies for textlint to speed up install
- run: |
jq 'del(.dependencies) | .scripts |= with_entries(select(.key | contains("check:"))) | .devDependencies |= with_entries( select(.key | startswith("textlint")))' package.json > package2.json && mv package2.json package.json
- run: npm ci
- run: npm install
- run: npm run check:text

0 comments on commit f270ea4

Please sign in to comment.