From: Otto Moerbeek Date: Fri, 3 Dec 2021 16:18:07 +0000 (+0100) Subject: Wrong title of check X-Git-Tag: auth-4.6.0-beta1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11071%2Fhead;p=thirdparty%2Fpdns.git Wrong title of check --- 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