Skip to content

Commit a53652f

Browse files
author
Sine Jespersen
committed
5289: add yml linting
1 parent 7fd9b1a commit a53652f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"update-api-spec": [
151151
"bin/console api:openapi:export --output=public/api-spec-v2.yaml --yaml --no-interaction",
152152
"bin/console api:openapi:export --output=public/api-spec-v2.json --no-interaction"
153-
]
153+
],
154+
"code-analysis": "vendor/bin/psalm"
154155
}
155156
}

0 commit comments

Comments
 (0)