Skip to content

Commit eaaa631

Browse files
committed
Use cpx on CI/CD
1 parent 95f5eea commit eaaa631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/psalm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
- name: Restore timestamps
3434
uses: chetan/git-restore-mtime-action@v2
3535

36+
- run: composer global require cpx/cpx
37+
3638
- name: Run Psalm
37-
run: ./vendor/bin/psalm --shepherd
39+
run: composer psalm -- --shepherd

0 commit comments

Comments
 (0)