equisoft-actions/Psalm

Run psalm

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
memory-limitMemory limit for analysisno
php-versionSet the php version Psalm should assume when checking and/or fixing the project. ex: "8.1" no
extra-argsExtra arguments to pass to the psalm binaryno
default-branchDefault branch to compute changed filesyesmain
only-changed-filesRun psalm analysis only on changed files compared to default branch(main). Or previous commit for main branch. With this option, if fetch-depth is not set or greater than 0 you can add a step to fetch the origin/main branch ```yaml - name : Fetch origin/main run : | git fetch --no-tags --prune --depth=1000 origin +refs/heads/main:refs/remotes/origin/main ``` nofalse
changed-files-patternFile path pattern.yes\.php
changed-files-thresholdIf changed file count is greater than this number, perform a full phpcs.yes150
working-directoryWorkflow working directoryno.

no outputs