Skip to content

Commit

Permalink
fixup! Check for fixup commits on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Jul 13, 2024
1 parent c76bc48 commit 4fd1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ jobs:
- name: Check for fixups
run: |
./scripts/check-for-fixups.sh ${{ github.event.pull_request.base.ref }}
./scripts/check_for_fixups.sh ${{ github.event.pull_request.base.ref }}

0 comments on commit 4fd1d4d

Please sign in to comment.