]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove tab-in-indent rule from lint workflow
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 4 Jan 2024 17:06:03 +0000 (09:06 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 5 Jan 2024 23:27:58 +0000 (00:27 +0100)
Makefiles require using tabs as indents. So we need to remove this rule.

.github/workflows/lint.yml

index f279d4c1b9f8c4dae604d76014a80da9003e244e..afea46a17a10a8a8487a9ced9bc0f984fad8cdc3 100644 (file)
@@ -13,5 +13,5 @@ jobs:
 
     - name: Whitespace errors
       run: |
-        git config core.whitespace tab-in-indent,blank-at-eol
+        git config core.whitespace blank-at-eol
         git diff --color --check ${{ github.event.pull_request.base.sha }}