We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdaeb0 commit 4d509a8Copy full SHA for 4d509a8
.github/workflows/hyde-stan.yml
@@ -22,5 +22,8 @@ jobs:
22
- name: Run HydeFront linter
23
run: php packages/hydefront/.github/scripts/post-build.php
24
25
+ - name: Install dependencies
26
+ run: composer install --no-progress --no-interaction --no-scripts --prefer-dist
27
+
28
- name: Run DocGen linter
- 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