Skip to content

Commit

Permalink
Always pretty all files and change webpage image
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 8, 2021
1 parent ebc1aa9 commit 140c12e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .github/assets/webpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
prettier_options: --write ./**/*.{js,jsx,ts,tsx,md,json,html,css,yml}
same_commit: false
only_changed: ${{ github.event_name == 'push' }}
only_changed: false
commit_message: Prettified code
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 140c12e

Please sign in to comment.