diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 663b910a11..791261dc3b 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -26,4 +26,4 @@ jobs: - name: Check style run: make check-style - name: Check script diffs - run: pwd && cd src/scripts/merge_tools && pwd && ls && ./check-implementations.sh + run: pwd && cd src/scripts/merge_tools && ./check-implementations.sh