Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/test-github-actions' into create…
Browse files Browse the repository at this point in the history
…-workspace
  • Loading branch information
ShreyasSharma28 committed Oct 28, 2024
2 parents 7845ada + 9c7a503 commit 93bf82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 93bf82a

Please sign in to comment.