Skip to content

Commit

Permalink
Update fix_peer_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angeousta authored Dec 5, 2023
1 parent 5730fdf commit 28970dd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/fix_peer_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
- name: Install dependencies
run: yarn

- name: Fix peer dependencies
- name: Yarn upgrade
run: yarn upgrade


- name: Add prettier
run: yarn add --dev prettier

- name: Prettier
run: prettier . --write
run: yarn prettier . --write

- name: Git setup
run: |
Expand All @@ -41,7 +44,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: "Fix conflicting peer dependencies"
title: "Fix conflicting peer dependencies"
body: "This pull request fixes conflicting peer dependencies."
commit-message: "Prettier"
title: "Prettier"
body: "Prettier"
branch-suffix: timestamp

0 comments on commit 28970dd

Please sign in to comment.