Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit3523 committed Nov 13, 2024
1 parent 5013ac6 commit c08bfbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ on:

jobs:
format:
if: github.repository != 'RocketChat/Rocket.Chat.ReactNative'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref || github.ref_name }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit c08bfbb

Please sign in to comment.