Skip to content

Commit 9dcf44b

Browse files
committed
dir
1 parent d7cdf5a commit 9dcf44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buid_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: mkdir linter-local
6565
- run: composer require php-parallel-lint/php-parallel-lint --ansi --working-dir linter-local --dev
6666

67-
- run: linter-local/bin/parallel-lint . --exclude vendor/symfony/dependency-injection/Attribute/Autowire.php --exclude vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php --exclude vendor/symfony/console/Debug/CliRequest.php --exclude vendor/squizlabs/php_codesniffer/tests --exclude vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php --exclude vendor/friendsofphp/php-cs-fixer/src/Console/Command
67+
- run: vendor/bin/parallel-lint . --exclude vendor/symfony/dependency-injection/Attribute/Autowire.php --exclude vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php --exclude vendor/symfony/console/Debug/CliRequest.php --exclude vendor/squizlabs/php_codesniffer/tests --exclude vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php --exclude vendor/friendsofphp/php-cs-fixer/src/Console/Command
6868
working-directory: ecs-prefixed-downgraded
6969

7070
# 5. copy repository metafiles, composer.json with PHP 7.2, Github Workflows

0 commit comments

Comments
 (0)