Skip to content

Commit

Permalink
🧱 Update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 17, 2024
1 parent 54f6385 commit 009bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Set Node.js 16.x
uses: actions/setup-node@v4.0.1
with:
Expand Down

0 comments on commit 009bc2e

Please sign in to comment.