From c3073bfb8156c9fda9b512ce82449be555b00fc3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 3 Dec 2021 17:18:07 +0100 Subject: [PATCH] Wrong title of check --- .github/workflows/formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index b99f281dfa..38395c5e29 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -24,7 +24,7 @@ jobs: ./build-scripts/format-code $(find . -type f -name '*.[ch][ch]' | sort | comm -23 - .not-formatted) git --no-pager diff exit $(git diff | wc -l) - - name: Report diffs for files that should be formatted + - name: Report file names that are out of order in Makefile.am files run: | exitcode=0 for f in $(find . -type f -name 'Makefile.am'); do -- 2.47.2