Skip to content

Commit

Permalink
fix: checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Sep 28, 2024
1 parent 609e734 commit 0f43cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

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

0 comments on commit 0f43cb4

Please sign in to comment.