]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Wrong title of check 11071/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 3 Dec 2021 16:18:07 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 16:18:07 +0000 (17:18 +0100)
.github/workflows/formatting.yml

index b99f281dfa1cdafe980674c018c59e63906a3d62..38395c5e299320fa00ab3148250c4087a48c0c60 100644 (file)
@@ -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