Skip to content

Commit

Permalink
fix(tooling): fix-all-checkouts-in-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Oct 28, 2024
1 parent 9c7a503 commit 4cbe4f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -116,6 +120,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -171,6 +177,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

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

0 comments on commit 4cbe4f5

Please sign in to comment.