Fix PHP syntax check workflow
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Jun 2022 14:46:35 +0000 (16:46 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Jun 2022 14:46:35 +0000 (16:46 +0200)
.github/workflows/php.yml

index ed67a152beb33dda4da11697b185e4fb68ef8f87..4f66de228292ae5954783f70605c5a55c41c9d6e 100644 (file)
@@ -28,6 +28,6 @@ jobs:
     - run: echo "::add-matcher::.github/php-syntax.json"
     - name: Remove files to be ignored
       run: |
-        rm wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/bootstrap80.php
+        true
     - run: |
         ! find . -type f -name '*.php' -exec php -l '{}' \; 2>&1 |grep -v '^No syntax errors detected'