summaryrefslogtreecommitdiff
path: root/.forgejo/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows/lint.yml')
-rw-r--r--.forgejo/workflows/lint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index c57895a..ae19927 100644
--- a/.forgejo/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
@@ -32,5 +32,8 @@ jobs:
php -r "unlink('composer-setup.php');"
composer --version
+ - name: Install dependencies
+ run: composer install
+
- name: Run phpstan
run: ./vendor/bin/phpstan