There was an error while loading. Please reload this page.
2 parents 7b1fa40 + bea5347 commit 50d789aCopy full SHA for 50d789a
1 file changed
.github/workflows/architectural-rules.yml
@@ -20,11 +20,12 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: '8.2'
23
+ tools: composer:v2.2
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- - name: Download phparkitect
27
- run: curl -LS https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar -o phparkitect.phar
+ - name: Install dependencies
28
+ run: composer install --prefer-dist
29
30
- name: PHPArkitect
- run: php phparkitect.phar check
31
+ run: php bin-stub/phparkitect check
0 commit comments