Skip to content

Commit

Permalink
fix: i thin; i found the global composer dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Jun 26, 2024
1 parent 0326c70 commit 6c4e6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm run build

- name: Install Pint
run: composer require laravel/pint
run: composer global require laravel/pint

- name: Run Pint check
run: ./vendor/bin/pint --test
run: /home/runner/.composer/bin/pint --test

0 comments on commit 6c4e6c5

Please sign in to comment.