We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542ad22 commit 9b71dadCopy full SHA for 9b71dad
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
- name: "Install dependencies with composer"
51
uses: ramsey/composer-install@v3
52
53
+ - run: mkdir .build
54
+
55
- name: "Run phan"
56
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
57
0 commit comments