Skip to content

Commit

Permalink
Tweak style check
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 19, 2024
1 parent 049c389 commit 850d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Check style
run: make check-style
- name: Check script diffs
run: cd src/scripts/merge_tools && check-implementations.sh
run: pwd && cd src/scripts/merge_tools && pwd && ls && ./check-implementations.sh

0 comments on commit 850d102

Please sign in to comment.