]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci/rust: display clippy diff
authorJason Ish <jason.ish@oisf.net>
Sat, 28 Jan 2023 18:54:36 +0000 (12:54 -0600)
committerJason Ish <jason.ish@oisf.net>
Sun, 29 Jan 2023 21:38:20 +0000 (15:38 -0600)
.github/workflows/rust.yml

index a0767af13066e079a91dbc63c6a1819e9a4ba033..9c56ade0c5f51499d4c61a65ad0155aec7365105 100644 (file)
@@ -71,6 +71,7 @@ jobs:
       - run: |
           diff=$(git diff)
           if [ "${diff}" ]; then
+              echo "${diff}"
               echo "::error ::Clippy --fix made changes, please fix"
               exit 1
           fi