Skip to content

Commit

Permalink
ci: Simplify formatter workflow (#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Oct 31, 2022
1 parent 213ad5c commit d6b2144
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Cloning the repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: actions/checkout@v3
- name: Prettify the code
uses: creyD/prettier_action@v4.2
with:
Expand Down

0 comments on commit d6b2144

Please sign in to comment.