Skip to content

Commit

Permalink
One more fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Jul 24, 2024
1 parent d135e6a commit 3c46952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: npm run test

- name: lint
run: npm run lint -- --base origin/${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha }}
run: npm run lint -- --base ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha }}

0 comments on commit 3c46952

Please sign in to comment.