Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
gh actions: use pr image in workflows for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored Sep 25, 2024
1 parent 0f600fc commit 5a6f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.sha }}
test:
needs: lint
uses: ./.github/workflows/test-workflows.yml
Expand Down

0 comments on commit 5a6f472

Please sign in to comment.