Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Aug 6, 2024
1 parent f0b92a8 commit e671aec
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,17 @@ jobs:
symfony composer config repositories.biome-js-bundle '{"type":"path", "url":"../","options":{"symlink":true}}'
symfony composer require 'kocal/biome-js-bundle:*' --dev --no-interaction
cat << EOF > biome.json
{
"files": {
"ignore": [
"composer.json",
"assets/vendor/*",
"vendor/*",
"public/bundles/*"
]
}
{
"files": {
"ignore": [
"assets/vendor/*",
"assets/controllers.json",
"composer.json",
"public/assets/*",
"public/bundles/*",
"vendor/*"
]
}
}
EOF
working-directory: my_app
Expand Down

0 comments on commit e671aec

Please sign in to comment.