Skip to content

Commit affa0a1

Browse files
committed
psalm should run psalm not stan
Signed-off-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
1 parent f31b75f commit affa0a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stan:
3232
composer run-script stan --timeout=0
3333

3434
psalm:
35-
composer run-script stan --timeout=0
35+
composer run-script psalm --timeout=0
3636

3737
composer-require-checker:
3838
composer run-script composer-require-checker --timeout=0

0 commit comments

Comments
 (0)