Skip to content

Commit

Permalink
fixup the generated config name
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 20, 2024
1 parent 912c5ca commit 36d93fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proselint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# config file help: https://github.com/amperser/proselint/
- name: store proselint config
run: |
echo '{' > $HOME/.proselintrc
echo '{' > $HOME/.proselintrc.json
echo ' "checks": {' >> $HOME/.proselintrc
echo ' "typography.diacritical_marks": false,' >> $HOME/.proselintrc
echo ' "typography.symbols": false,' >> $HOME/.proselintrc
Expand Down

0 comments on commit 36d93fb

Please sign in to comment.