]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Fix YAML
authorSimon Cozens <simon@simon-cozens.org>
Wed, 1 May 2024 09:34:59 +0000 (10:34 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Wed, 1 May 2024 09:34:59 +0000 (10:34 +0100)
.github/workflows/test.yml

index 699a8bd58401abd9912b5c91b4dd9998d0a4b43a..b3998f14a5647f545df04e1178270a3a4609d8b1 100644 (file)
@@ -30,7 +30,7 @@ jobs:
         run: |
           pip install '.[dev]'
           pip install black pylint
-      - name: Check formatting:
+      - name: Check formatting
         run: |
           black --diff --check Lib --exclude ".*_pb2.*|_version.py"
       - name: Run Tests