Skip to content

Commit

Permalink
Made prettier run on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Jul 1, 2024
1 parent 017c99b commit fa56008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Format Code

on:
push:
branches:
- main
push:
branches:
- "**"

jobs:
format:
Expand Down

0 comments on commit fa56008

Please sign in to comment.