1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Link attribute file again

This commit is contained in:
Jordi Boggiano
2022-04-08 17:32:35 +02:00
committed by GitHub
parent 508df120fa
commit 4c43f12548

View File

@@ -29,4 +29,4 @@ jobs:
php-version: "${{ matrix.php-version }}"
- name: "Lint PHP files"
run: "find src/ -type f -name '*.php' -not -name AsMonologProcessor.php -print0 | xargs -0 -L1 -P4 -- php -l -f"
run: "find src/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l -f"