Skip to content

Commit

Permalink
Split out step
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 8, 2024
1 parent 9bdaeb0 commit 4d509a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hyde-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Run HydeFront linter
run: php packages/hydefront/.github/scripts/post-build.php

- name: Install dependencies
run: composer install --no-progress --no-interaction --no-scripts --prefer-dist

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

0 comments on commit 4d509a8

Please sign in to comment.