Skip to content

Commit

Permalink
Fix proselint (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Dec 9, 2024
1 parent 9b7d366 commit c8b380f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/linters/proselint-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"checks": {
"typography.exclamation": false,
"typography.symbols": false
}
}
2 changes: 1 addition & 1 deletion .github/workflows/proselint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
pip install proselint
- name: Run Proselint
run: |
proselint ./**/*.md
proselint --config=".github/linters/proselint-config.json" ./**/*.md

0 comments on commit c8b380f

Please sign in to comment.