We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f5eea commit eaaa631Copy full SHA for eaaa631
.github/workflows/psalm.yml
@@ -33,5 +33,7 @@ jobs:
33
- name: Restore timestamps
34
uses: chetan/git-restore-mtime-action@v2
35
36
+ - run: composer global require cpx/cpx
37
+
38
- name: Run Psalm
- run: ./vendor/bin/psalm --shepherd
39
+ run: composer psalm -- --shepherd
0 commit comments