Skip to content

Commit 4d509a8

Browse files
committed
Split out step
1 parent 9bdaeb0 commit 4d509a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hyde-stan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
- name: Run HydeFront linter
2323
run: php packages/hydefront/.github/scripts/post-build.php
2424

25+
- name: Install dependencies
26+
run: composer install --no-progress --no-interaction --no-scripts --prefer-dist
27+
2528
- name: Run DocGen linter
26-
run: composer install --no-progress --no-suggest --no-interaction --no-scripts --prefer-dist && php monorepo/scripts/docs/DocGen.php --lint
29+
run: php monorepo/scripts/docs/DocGen.php --lint

0 commit comments

Comments
 (0)