Skip to content

Commit

Permalink
Merge pull request #1516 from klembot/improve-prettier-action
Browse files Browse the repository at this point in the history
Fix Prettier options
  • Loading branch information
klembot authored Apr 12, 2024
2 parents 392d90d + beef795 commit f6d4463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettify-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
only_changed: True
commit_message: Prettify code
only_changed: true
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/story-formats

0 comments on commit f6d4463

Please sign in to comment.