Skip to content

Commit 50d789a

Browse files
authored
Merge pull request #614 from phparkitect/ci/revert-architectural-rules-to-composer
ci: revert architectural-rules to composer install
2 parents 7b1fa40 + bea5347 commit 50d789a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/architectural-rules.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: '8.2'
23+
tools: composer:v2.2
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526

26-
- name: Download phparkitect
27-
run: curl -LS https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar -o phparkitect.phar
27+
- name: Install dependencies
28+
run: composer install --prefer-dist
2829

2930
- name: PHPArkitect
30-
run: php phparkitect.phar check
31+
run: php bin-stub/phparkitect check

0 commit comments

Comments
 (0)