Skip to content

Commit

Permalink
Cleanup fix github ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Jan 8, 2024
1 parent 02d1440 commit d476f96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@
"@test"
],
"lint:php": [
"[ -e .Build/bin/parallel-lint ] || composer update",
"echo 'parallel-lint fails with a exception if executed inside the vendor/dmk/mkcontentai folder'",
"[ -e ../../autoload.php ] && mv ../../autoload.php ../../autoload.php.bak",
".Build/bin/parallel-lint ./Classes",
"[ -e ../../autoload.php.bak ] && mv ../../autoload.php.bak ../../autoload.php"
".Build/bin/parallel-lint ./Classes"
],
"lint:yaml": [
".Build/bin/yaml-lint --ansi -n -v ./Configuration ./Resources"
Expand Down

0 comments on commit d476f96

Please sign in to comment.