Check only the baseline.xml and exclude the psalm.xml from the file check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
c6b251ca0c
commit
42bb6cd7d7
|
@ -22,4 +22,4 @@ jobs:
|
|||
args: psalm --monochrome --no-progress --output-format=text --update-baseline
|
||||
- name: Check for changes in Psalm baseline
|
||||
run: |
|
||||
bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in Psalm baseline' && git status && git diff && exit 1 )"
|
||||
bash -c "[[ ! \"`git status --porcelain build/psalm-baseline.xml`\" ]] || ( echo 'Uncommited changes in Psalm baseline' && git status && git diff && exit 1 )"
|
||||
|
|
|
@ -70,6 +70,7 @@ $expectedFiles = [
|
|||
'ocs',
|
||||
'package-lock.json',
|
||||
'package.json',
|
||||
'psalm.xml',
|
||||
'public.php',
|
||||
'README.md',
|
||||
'remote.php',
|
||||
|
|
Loading…
Reference in New Issue