Skip to content

Commit

Permalink
Cleaner Composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 8, 2024
1 parent ae87949 commit 3d5b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hyde-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: php packages/hydefront/.github/scripts/post-build.php

- name: Run DocGen linter
run: composer install && php monorepo/scripts/docs/DocGen.php --lint
run: composer install --no-progress --no-suggest --no-interaction --no-scripts --prefer-dist && php monorepo/scripts/docs/DocGen.php --lint

0 comments on commit 3d5b83c

Please sign in to comment.