Skip to content

Commit

Permalink
Use cpx on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 15, 2024
1 parent 95f5eea commit eaaa631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- name: Restore timestamps
uses: chetan/git-restore-mtime-action@v2

- run: composer global require cpx/cpx

- name: Run Psalm
run: ./vendor/bin/psalm --shepherd
run: composer psalm -- --shepherd

0 comments on commit eaaa631

Please sign in to comment.