]> Piment Noir Git Repositories - poolifier.git/commitdiff
ci: fix invalid workflow syntax (remove zero-width spaces)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 23 Feb 2026 00:47:44 +0000 (01:47 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 23 Feb 2026 00:47:44 +0000 (01:47 +0100)
.github/workflows/ci.yml

index 30b0e38a58036a3fd11391690a02918d99b320e3..025a03b052af72ce52629a81db273da1450f5ee8 100644 (file)
@@ -49,11 +49,11 @@ jobs:
         run: pnpm lint
 
       - name: Tests & Coverage
-        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
+        if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
         run: pnpm test:coverage
 
       - name: Tests
-        if: ${{ !(matrix.os == 'ubuntu-latest' && matrix.node == '22.x') }}
+        if: ${{ !(matrix.os == 'ubuntu-latest' && matrix.node == '22.x') }}
         run: pnpm test
 
       - name: Check for SonarCloud Token Availability