Skip to content

Commit

Permalink
lock version and fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Mar 21, 2024
1 parent 1dd11c7 commit a294981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
coverage: none
php-version: 7.4
tools: cs2pr
tools: cs2pr, phpstan:1.10.63

- name: Install dependencies with Composer
uses: ramsey/composer-install@v2

- name: Run static analysis
run: vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr
run: phpstan analyse --error-format=checkstyle | cs2pr

0 comments on commit a294981

Please sign in to comment.